home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / grep Docs / ChangeLog < prev    next >
Encoding:
Text File  |  2002-10-19  |  81.7 KB  |  2,459 lines

  1. 2002-03-13  Bernhard Rosenkraenzer <bero@redhat.com>
  2.     * configure.in, m4/regex.m4, m4/malloc.m4, m4/realloc.m4:
  3.       Don't set LIBOBJS directly, autoconf 2.53 doesn't like it
  4.     * intl/*: Sync with gettext 0.11
  5.     * po/*: Sync with translation project
  6.     * configure.in, src/Makefile.am: Don't duplicate code - make
  7.       egrep and fgrep links to grep and set matcher based on
  8.       application name, suggestion from
  9.       Guillaume Cottenceau <gc@mandrakesoft.com>
  10.     * src/grep.c: (prline) Add fix for -i --color from
  11.       Jim Meyering <meyering@lucent.com>
  12.     * configure.in: Version 2.5; release
  13.  
  14. 2002-01-23  Bernhard Rosenkraenzer <bero@redhat.com>
  15.     * configure.in: Version 2.5g
  16.     * Makefile.cvs, grep.spec: Add packaging tools
  17.     Merge djgpp changes from Andrew Cottrell <anddjgpp@ihug.coml.au>:
  18.     * src/grep.c: Added conditional compilation for DJGPP
  19.     * djgpp: remove directory as it is no longer required with DJGPP 2.03
  20.                  (or 2.04 when released)
  21.     * README.DOS: Moved djgpp/readme to readme.dos
  22.     * PATCHES.AC, PATCHES.AM: delete files - redundant
  23.     * configure.in, Makefile.am: remove djgpp directory from list
  24.  
  25. 2002-01-22  Bernhard Rosenkraenzer <bero@redhat.com>
  26.     * doc/grep.texi, doc/grep.1, NEWS: Document --label
  27.     * po/ru.po: Sync with translation project
  28.     * po/grep.pot: Sync with source
  29.  
  30. 2002-01-18  Bernhard Rosenkraenzer <bero@redhat.com>
  31.     * src/grep.c: Add --label, based on patch from Stepan Koltsov
  32.  
  33. 2001-11-20  Bernhard Rosenkraenzer <bero@redhat.com>
  34.     * autogen.sh: Don't hardcode aclocal dir
  35.  
  36. 2001-11-19  Bernhard Rosenkraenzer <bero@redhat.com>
  37.     * src/grep.c: Add --only-matching (-o) switch (see NEWS)
  38.     * doc/grep.texi, doc/grep.1, NEWS: Document changes
  39.     * configure.in, lib/Makefile.am: Don't use internal getopt if
  40.           we're on a system that provides a working getopt function
  41.  
  42. 2001-09-25  Bernhard Rosenkraenzer <bero@redhat.com>
  43.     * configure.in: Detect pcre correctly even when it's in
  44.       non-standard locations, using pcre-config
  45.     * src/grep.c: Add --color={always,never,tty} argument (like in ls)
  46.     * src/grep.c: Turn off blinking in the default colorization
  47.     * src/grep.c: Add --devices (-D) switch (analogous to --directories)
  48.     * src/dfa.c: Fix an i18n bug: echo "A" | grep '[A-Z0-9]' wouldn't work
  49.       in non-C-Locales on systems using current versions of glibc.
  50.     * AUTHORS: Change maintainer, credit Alain for his work until now
  51.     * configure.in, m4/decl.m4, m4/dosfile.m4, m4/gettext.m4,
  52.       m4/init.m4, m4/install.m4, m4/largefile.m4, m4/lcmessage.m4,
  53.       m4/header.m4, m4/isc-posix.m4, m4/missing.m4, m4/progtest.m4,
  54.       m4/sanity.m4:
  55.       Fix build with autoconf 2.5x, retain 2.1x compatibility for now
  56.     * autogen.sh: Add some crude hacks to make it possible to build with
  57.       both autoconf 2.5x and 2.1x
  58.     * acconfig.h: removed (no longer required)
  59.     * Makefile.am: add cvs-clean target
  60.     * doc/grep.texi, doc/grep.1, NEWS: Document changes
  61.       (--color, --devices, -D)
  62.     * src/dfa.c, src/grep.c: Add vim modelines
  63.  
  64. 2001-08-30  Alain Magloire
  65.  
  66.     * configure.in: Add gl in ALL_LINGUAS.
  67.  
  68. 2001-08-30  Kurt D Schwehr
  69.  
  70.     * doc/grep.1: Warn that grep insert a "--" between groups of matches,
  71.     when using the context options.
  72.     * doc/grep.texi: Likewised.
  73.  
  74. 2001-08-25  Heikki Korpela
  75.  
  76.     * doc/grep.texi: Point out that some Platforms do not support
  77.     reading of directories and silently ignore them.
  78.  
  79. 2001-08-21  Alain Magloire
  80.  
  81.     * lib/malloc.c: New file:
  82.     * lib/realloc.c: New file:
  83.     * lib/Makefile.am: Add malloc.c and realloc.c in EXTRA_DIST.
  84.  
  85. 2001-07-31  Alain Magloire
  86.  
  87.     * po/*.po: New files from the translation team:
  88.     grep-2.5e.de.po  grep-2.5e.el.po  grep-2.5e.eo.po grep-2.5e.es.po
  89.     grep-2.5e.et.po  grep-2.5e.fr.po  grep-2.5e.gl.po grep-2.5e.it.po
  90.     grep-2.5e.pl.po  grep-2.5e.sl.po
  91.  
  92. 2001-07-31  Andreas Schwab
  93.  
  94.     * src/grep.c: Fix all uses of error to pass a proper format
  95.     string.
  96.  
  97. 2001-07-29  Alain Magloire
  98.  
  99.     * grep/src/grep.c (usage): Typos corrected.
  100.     Patches from Santiago Vila.
  101.  
  102. 2001-07-29  Alain Magloire
  103.  
  104.     David Clissold, wrote:
  105.     a small bug in the GNU grep 2.4.2, which may have gone unnoticed
  106.     because it only causes a failure if building on a system with large
  107.     files enabled (e.g. an "off_t" is a "long long" rather than a "long").
  108.     savedir() takes on off_t argument, but in grepdir() the parameter
  109.     is cast to an (unsigned).  Well, if an off_t is larger than an int,
  110.     the value gets truncated.  This would not normally have an effect on a
  111.     little-endian platform (unless the file is >2GB), but on a big-endian
  112.     system it will always fail.  The external effect is that
  113.     "grep -r foo dir_name" fails with ENOMEM (from malloc() within
  114.     savedir()).
  115.  
  116.     * grep/src/grep.c (grepdir): Remove the (unsigned) cast when calling
  117.     savedir().
  118.     Patch from David Clissold.
  119.  
  120. 2001-07-29  Alain Magloire
  121.  
  122.     * grep/doc/grep.texi: In Bugs report use {n,m} for consistency.
  123.     * grep/doc/grep.1: Likewised.
  124.     Noted by Steven Lucy.
  125.  
  126. 2001-04-27  Isamu Hasegawa
  127.  
  128.     * dfa.c (mblen_buf) : New variable contains the amount of remain
  129.     byte of corresponding multibyte character in the input string.
  130.     (SKIP_REMAIN_MB_IF_INITIAL_STATE) : Use mblen_buf.
  131.     (match_anychar) : Use mblen_buf.
  132.     (match_mb_charset) : Use mblen_buf.
  133.     (transit_state_consume_1char) : Use mblen_buf.
  134.     (transit_state) : Use inputwcs to get current (multibyte) character.
  135.     (dfaexec) : Add initialization of mblen_buf.
  136.  
  137. 2001-04-27  Isamu Hasegawa
  138.  
  139.     * dfa.c (addtok) : Set appropriate value to multibyte_prop.
  140.     (dfastate) : Add the initialization of the variable.
  141.     (dfaexec) : Call transit_state if d->fail may transit by
  142.     multibyte characters.
  143.     (transit_state_singlebyte) : Clean up unnecessary code.
  144.     (transit_state_consume_1char) : Likewise.
  145.         (transit_state) : Add checking for word and newline.
  146.  
  147. 2001-04-19  Isamu Hasegawa
  148.  
  149.     * search.c (check_multibyte_string) : Check the case when mbclen == 0.
  150.  
  151. 2001-04-11  Isamu Hasegawa
  152.  
  153.     * search.c (check_multibyte_string) : Check the head of multibyte
  154.     characters, and optimize a bit.
  155.     (EGexecute) : Optimize a bit.
  156.     (Fexecute) : Fix the index.
  157.  
  158. 2001-04-02  Alain Magloire
  159.  
  160.     * lib/regex.c: Update from GNU lib C, with the changes
  161.     provided by Paul Eggert.
  162.     * lib/posix/regex.h: Likewise.
  163.  
  164. 2001-02-17  Paul Eggert
  165.  
  166.     Stop trying to support hosts that have nonstandard declarations for
  167.     mbrtowc and/or mbstate_t.  It's not worth the portability hassle.
  168.  
  169.     * lib/quotearg.c (mbrtowc, mbsinit): Remove workaround macros
  170.     for hosts that have mbrtowc but not mbstate_t, as we now
  171.     insist on proper declarations for both before using mbrtowc.
  172.  
  173. 2001-03-18  Alain Magloire
  174.  
  175.     * configure.in: Call AC_MBSTATE_T.
  176.     * Makefile.am: Add mbstate_t.m4
  177.     * m4/Makefile.am: Add mbstate_t.m4
  178.     * m4/mbstate_t.m4: New m4 macro.
  179.     * lib/strtol.c: Define CHAR_BITS.
  180.     Uwe H. Steinfeld, Ruslan Ermilov, Volkert Bochert, noted
  181.     that mbstate_t was not define for certain platforms.
  182.  
  183. 2001-03-18  Paul Eggert
  184.  
  185.     * src/grep.c (fillbuf): Fix storage allocation performance
  186.     bug: buffer was doubling in size in many cases where it didn't
  187.     have to.
  188.  
  189. 2001-03-17  Paul Eggert
  190.  
  191.     * src/grep.c (fillbuf): Avoid unnecessary division by 2.
  192.     Don't check xrealloc return value; it's guaranteed to be nonzero.
  193.     (fillbuf, grepdir): Use xalloc_die rather than error; it's shorter.
  194.  
  195. 2001-03-17  Alain Magloire
  196.  
  197.     * src/grep.c (context_length_arg): error () passing wrong format.
  198.     Spotted by Jim Meyering.
  199.  
  200. 2001-03-07  Alain Magloire
  201.  
  202.     * README-alpha: Removed reference to GNU tar, add the location
  203.     of the CVSROOT.
  204.  
  205. 2001-03-06  Alain Magloire
  206.  
  207.     Only the Regex patterns should be split in an array, patterns[].
  208.     The dfa and KWset compiled patterns should remain global and the
  209.     patterns compiled all at once.
  210.  
  211.     * src/search.c: include "error.h" and "xalloc.h" to get prototyping
  212.     of x*alloc() and error().
  213.     (kwsinit): Reverse to previous behaviour and takes no argument.
  214.     (kwsmusts): Likewised.
  215.     (Gcompile): For the regex pattern, split them and each pattern
  216.     is put in different compiled structure patterns[]. The patterns
  217.     are given to dfacomp() and kwsmusts() as is.
  218.     (Ecompile): Likewised.
  219.     (Fcompile): Reverse to the old behaviour of compiling the enire
  220.     patterns in one shot.
  221.     (EGexecute): If falling to GNU regex for the matching, loop in the
  222.     array of compile patterns[] to find a match.
  223.     (error): Many error () were call with arguments in the wrong order.
  224.     * tests/file.sh: Simple test to check for pattern in files.
  225.  
  226.     Reaction to bug report fired by Greg Louis <glouis@dynamicro.on.ca>
  227.  
  228. 2001-03-06  Isamu Hasegawa
  229.  
  230.     In multibyte environments, handle multibyte characters as single
  231.     characters in bracket expressions.
  232.  
  233.     * src/dfa.h (mb_char_classes) : new structure.
  234.     (mbcsets): new variable.
  235.     (nmbcsets): new variable.
  236.     (mbcsets_alloc) : new variable.
  237.     * src/dfa.c (prtok) : handle MBCSET.
  238.     (fetch_wc): new function to fetch a wide character.
  239.     (parse_bracket_exp_mb) : new function to handle multibyte character
  240.     in lex().
  241.     (lex): invoke parse_bracket_exp_mb() for multibyte bracket expression.
  242.     (atom): handle MBCSET.
  243.     (epsclosure): likewise.
  244.     (dfaanalyze): likewise.
  245.     (dfastate): likewise.
  246.     (match_mb_charset): new function to judge whether a bracket match
  247.     with a multibyte character.
  248.     (check_matching_with_multibyte_ops) : handle MBCSET.
  249.     (dfainit): initialize new variables.
  250.     (dfafree): free new variables.
  251.  
  252. 2001-03-04  Alain Magloire
  253.  
  254.     To get more in sync with other GNU utilities like GNU tar and fetish
  255.     all the supporting functions are now under lib.
  256.     Thanks to Jim Meyering, Volkert Bochert and Paul Eggert for
  257.     the code and the reminders.
  258.  
  259.     * src/grep.c (fatal): Function removed, using error () from
  260.     lib/error.c instead.
  261.     (usage): Copyright updated.
  262.     (error): Function removed, using error () from lib/error.c instead,
  263.     adjust prototypes.
  264.     (prog): Global variable rename to program_name, to work with new
  265.     lib/error.c.
  266.     (xrealloc): Removed using lib/xmalloc.c.
  267.     (xmalloc): Removed using lib/xmalloc.c
  268.     (main): Register with atexit() to check for error on stdout.
  269.     * configure.in: Check for atexit(), call jm_MALLOC, jm_RELLOC and
  270.     jm_PREREQ_ERROR.
  271.     * tests/bre.awk: Removed the hack to drain the buffer since we
  272.     always fclose(stdout) atexit.
  273.     * tests/ere.awk: Likewise.
  274.     * tests/spencer1.awk: Likewise.
  275.     * bootstrap/Makefile.try: Update the Makefile to reflect the changes
  276.     in the new hierarchy.
  277.  
  278.     * README-alpha: New File.
  279.     * m4/realloc.m4: New File.
  280.     * m4/malloc.m4: New File.
  281.     * m4/error.m4: New File.
  282.     * m4/Makefile.am: Updated.
  283.     * lib: New directory.
  284.     * lib/Makefile.am: New file.
  285.     * lib/closeout.c: New file.
  286.     * lib/closeout.h: New file.
  287.     * lib/fnmatch.c: New file.
  288.     * lib/fnmatch.h: New file.
  289.     * lib/atexit.c: New file.
  290.     * lib/error.c: New file.
  291.     * lib/error.h: New file.
  292.     * lib/quotearg.h: New file.
  293.     * lib/quotearg.c: New file.
  294.     * lib/xmalloc.c: New file.
  295.     * lib/posix: New directory.
  296.     * lib/posix/Makefile.am: New file.
  297.     * src/getopt.c: Moved to lib.
  298.     * src/getopt1.c: Moved to lib.
  299.     * src/getopt.h: Moved to lib.
  300.     * src/alloca.c: Moved to lib.
  301.     * src/exclude.c: Moved to lib.
  302.     * src/exclude.h: Moved to lib.
  303.     * src/hard-locale.h: Moved to lib.
  304.     * src/hard-locale.c: Moved to lib.
  305.     * src/isdir.c: Moved to lib.
  306.     * src/mechr.c: Moved to lib.
  307.     * src/obstack.c: Moved to lib.
  308.     * src/obstack.h: Moved to lib.
  309.     * src/regex.c: Moved to lib.
  310.     * src/regex.h: Moved to lib.
  311.     * src/posix: Moved to lib.
  312.     * src/posix/regex.h: Moved to lib.
  313.     * src/savedir.h: Moved to lib.
  314.     * src/savedir.c: Moved to lib.
  315.     * src/stpcpy.c: Moved to lib.
  316.     * src/strtoul.c: Moved to lib.
  317.     * src/strtol.c: Moved to lib.
  318.     * src/strtoull.c: Moved to lib.
  319.     * src/strtoumax.c: Moved to lib.
  320.     * src/xstrtol.c: Moved to lib.
  321.     * src/xstrtol.h: Moved to lib.
  322.     * src/xstrtoumax.c: Moved to lib.
  323.  
  324. 2001-03-01  Isamu Hasegawa
  325.  
  326.     Implement the mechanism to match with multibyte characters,
  327.     and use it for `period' in multibyte environments.
  328.  
  329.     * dfa.h (mbps): new variable.
  330.     * dfa.c (prtok): handle ANYCHAR.
  331.     (lex): use ANYCHAR for `period' in multibyte environments.
  332.     (atom): handle ANYCHAR.
  333.     (state_index): initialize mbps in multibyte environments.
  334.     (epsclosure): handle ANYCHAR.
  335.     (dfaanalyze): handle ANYCHAR.
  336.     (dfastate): handle ANYCHAR.
  337.     (realloc_trans_if_necessary): new function.
  338.     (transit_state_singlebyte): new function.
  339.     (match_anychar): new function.
  340.     (check_matching_with_multibyte_ops): new function.
  341.     (transit_state_consume_1char): new function.
  342.     (transit_state): new function.
  343.     (dfaexec): invoke transit_state if expression can match with
  344.     a multibyte character in multibyte environments.
  345.     (dfamust): handle ANYCHAR.
  346.  
  347. 2001-03-01  Alain Magloire
  348.  
  349.     * src/exclude.c: New file.
  350.     * src/exclude.h: New file.
  351.     * src/grep.c (main): Took the GNU tar code to handle
  352.     the option --include, --exclude, --exclude-from.
  353.     Files are check for a match, with exlude_filename ().
  354.     New option --exclude-from.
  355.     * src/savedir.c: Call exclude_filename() to check for
  356.     file pattern exclusion or inclusion.
  357.     * configure.in: --disable-pcre rename to --disable-perl-regexp.
  358.  
  359.  
  360. 2001-02-25  Alain Magloire
  361.  
  362.     * src/dfa.c: Typo corrected.
  363.     Noted by Isamu Hasegawa.
  364.     * src/savedir.c: Typos corrected.
  365.  
  366. 2001-02-22  Alain Magloire
  367.  
  368.     * src/savedir.c (isdir1): New function, calling isdir with
  369.     the correct pathname.
  370.  
  371. 2001-02-19  Isamu Hasegawa
  372.  
  373.     Avoid incorrect state transition in multibyte environments.
  374.  
  375.     * dfa.h (nmultibyte_prop): new variable.
  376.     (multibyte_prop): new variable.
  377.     * dfa.c (addtok): set inputwcs.
  378.     (dfastate): avoid incorrect state transition in multibyte
  379.     environments.
  380.     (dfaexec): likewise.
  381.     (dfainit): init multibyte_prop.
  382.     (dfafree): free multibyte_prop.
  383.     (inputwcs): new variable.
  384.  
  385. 2001-02-19  Isamu Hasegawa
  386.  
  387.     Handle a multibyte character followed by '*', '+', and '{n,m}'
  388.     correctly.
  389.  
  390.     * dfa.c (update_mb_len_index): new function.
  391.     Support for multibyte string.
  392.     (FETCH): call update_mb_len_index.
  393.     (lex): check cur_mb_index not to misunderstand multibyte characters.
  394.     (atom): make a tree from a multibyte character.
  395.     (dfaparse): initialize new variables.
  396.     (mbs): new variable.
  397.     (cur_mb_len): new variable.
  398.     (cur_mb_index): new variable.
  399.  
  400. 2001-02-18  Jim Meyering
  401.  
  402.     * m4/dosfile.m4 (AC_DOSFILE): Move AC_DEFINEs out of AC_CACHE_CHECK.
  403.  
  404. 2001-02-17  Alain Malgoire
  405.  
  406.     * doc/grep.texi: Document the new options and the new behaviour
  407.     back-references are local.  Use excerpt from Karl Berry regex
  408.     texinfo.
  409.  
  410.     * bootstrap/Makefile.try: Added xstrtoumax.o xstrtoul.o hard-local.o
  411.  
  412. 2001-02-17  Alain Magloire
  413.  
  414.     From Guglielmo 'bond' Bondioni :
  415.     The bug was that using a multi line file that contained REs (one per
  416.     line), backreferences in the REs were considered global (to the file)
  417.     and not local (to the line).
  418.     That is, \1 in line n refers to the first \(.\) in the whole file,
  419.     rather than in the line itself.
  420.  
  421.     From Tapani Tarvainen :
  422.     # Re: grep -e '\(a\)\1' -e '\(b\)\1'
  423.     That's not the way it should work: multiple -e arguments
  424.     should be treated as independent patterns and back references
  425.     should not refer to previous ones.
  426.  
  427.     From Paul Eggert :
  428.     GNU grep currently does not issue
  429.     diagnostics for the following two cases, both of which are erroneous:
  430.     grep -e '[' -e ']'
  431.     grep '[
  432.     ]'
  433.     POSIX requires a diagnostic in both cases because '[' is not a valid
  434.     regular expression.
  435.  
  436.     To overcome those problems, grep no longer pass the concatenate
  437.     patterns to GNU regex but rather compile each patterns separately
  438.     and keep the result in an array.
  439.  
  440.     * src/search.c (patterns): New global variable; a structure array
  441.     holding the compiled patterns.
  442.     Declare function prototypes to minimize error.
  443.     (dfa, kswset, regexbuf, regs): Removed, no longer static globals, but
  444.     rather fields in patterns[] structure per motif.
  445.     (Fcompile): Alloc an entry in patterns[] to hold the regex.
  446.     (Ecompile): Alloc an entry per motif in the patterns[] array.
  447.     (Gcompile): Likewise.
  448.     (EGexecute): Loop through of array of patterns[] for a match.
  449.  
  450. 2001-02-17  Alain Magloire
  451.  
  452.     From Bernd Strieder :
  453.     # tail -f logfile | grep important | do_something_urgent
  454.     # tail -f logfile | grep important | do_something_taking_very_long
  455.     If grep does full buffering in these cases then the urgent operation
  456.     does not happen as it should in the first case, and in the second case
  457.     time is lost due to waiting for the buffer to be filled.
  458.     This is clearly spoken not grep's fault in the first place, but libc's.
  459.     There is a heuristic in libc that make a stream line-buffered only if a
  460.     terminal is on the other end. This doesn't take care of the cases where
  461.     this connection is somehow indirect.
  462.  
  463.     * src/grep.c (line_buffered): new option variable.
  464.     (prline): if line_buffered is set fflush() is call.
  465.     (usage): line_buffered new option.
  466.     Input from Paul Eggert, doing setvbuf() may not be portable
  467.     and breaks grep -z.
  468.  
  469. 2001-02-16  Alain Magloire
  470.  
  471.     Patch from Isamu Hasegawa, for multibyte support.
  472.     This patch prevent kwset_matcher from following problems.
  473.     For example, in SJIS encoding, one character has the codepoint 0x895c.
  474.     So the second byte of the character can match with '\' incorrectly.
  475.     And in eucJP encoding, there are the characters whose codepoints are
  476.     0xa5b9, 0xa5c8.  On the other hand, there is one character whose
  477.     codepoint is 0xb9a5.  So 0xb9a5 can match with 2nd byte of 0xa5b9
  478.     and 1st byte of 0xa5c8.
  479.  
  480.     * configure.in: Add check for mbrtowc.
  481.     * src/search.c (check_multibyte_string): new function.
  482.     Support for multibyte string.
  483.     (EGexecute): call check_multibyte_string when kwset is set.
  484.     (Fexecute): call to check_multibyte_string.
  485.     (MBS_SUPPORT): new macro.
  486.     (MB_CUR_MAX): new macro.
  487.  
  488. 2001-02-16  Alain Magloire
  489.  
  490.     * djgpp/config.bat: Fix for 4dos.com.
  491.     * m4/dosfile.m4 (HAVE_DOS_FILE_CONTENTS): Was not set.
  492.     Bugs noted and patched by Juan Manuel Guerrero.
  493.  
  494. 2001-02-16  Alain Magloire
  495.  
  496.     A much requested feature, the possibility to select
  497.     files when doing recurse :
  498.     # find . -name "*.c" | xargs grep main {}
  499.     # grep --include=*.c main .
  500.     # find . -not -name "*.c" | xargs grep main {}
  501.     # grep --exclude=*.c main .
  502.  
  503.     * src/grep.c (short_options): -R equivalent to -r.
  504.     (#ifdef) : Fix some inconsistencies in the use of #ifdefs, prefer
  505.     #if defined() wen possible.
  506.     (long_options): Add --color, --include and exclude.
  507.     (Usage): Description of new options.
  508.     (color): Rename color variable to color_option.
  509.     Removed 'always|never|auto' arguments, not necessary for grep.
  510.     (exclude_pattern): new variable, holder for the file pattern.
  511.     (include_pattern): new variable, hoder for the file pattern.
  512.     * src/savedir.c: Signature change, take two new argmuments.
  513.     * doc/grep.texi: Document, new options.
  514.     * doc/grep.man: Document, new options.
  515.  
  516. 2001-02-09  Alain Magloire
  517.  
  518.     * src/grep.c (long_options): Added equivalent to -r with -R.
  519.     * src/grep.c (usage): added --color and --colour.
  520.     Noted with patch from, H.Merijn Brand and Wichert Akkerman.
  521.  
  522. 2001-02-09  Alain Magloire
  523.  
  524.     Patch from Ulrich Drepper to provide hilighting.
  525.  
  526.     * src/grep.c: New option --color.
  527.     (color): New static var.
  528.     (COLOR_OPTION): new constant.
  529.     (grep_color): new static var.
  530.     (prline): Now when color is set prline() will call the current matcher
  531.     to find the offset of the matching string.
  532.     * src/savedir.c: Take advantage of _DIRENT_HAVE_TYPE if supported.
  533.     * src/search.c (EGexecute, Fexecute, Pexecute): Take a new argument
  534.     when doing exact match for the color hiligting.
  535.  
  536. 2000-09-01  Brian Youmans
  537.  
  538.     * doc/grep.texi: Typo fixes.
  539.  
  540. 2000-08-30  Paul Eggert
  541.  
  542.     * doc/grep.texi (Usage): Talk about what "grep -r hello *.c"
  543.     means.
  544.  
  545. 2000-08-20  Paul Eggert
  546.  
  547.     Handle range expressions correctly even when they match
  548.     strings with two or more characters.
  549.  
  550.     * src/dfa.h (CRANGE): New enum value.  Comment fix.
  551.  
  552.     * src/dfa.c: Include <locale.h> if HAVE_SETLOCALE.
  553.     Include "hard-locale.h".
  554.     (prtok): Print CRANGE.
  555.     (hard_LC_COLLATE): New static var.
  556.     (lex): Return CRANGE when parsing a character range in a hard locale.
  557.     Don't use strcoll; it's no longer needed and wasn't correct anyway.
  558.     Use unsigned rather than token to hold unsigned chars.
  559.     (addtok): Comment fix.
  560.     (atom): Treat a CRANGE as if it were (.\1), approximately.
  561.     (dfaparse): Initialize hard_LC_COLLATE.
  562.  
  563.     * src/Makefile.am (base_sources): Add hard-locale.c, hard-locale.h.
  564.  
  565.     * src/hard-locale.c, src/hard-locale.h: New files, taken from
  566.     textutils.
  567.  
  568. 2000-08-20  Paul Eggert
  569.  
  570.     * tests/Makefile.am (TESTS_ENVIRONMENT): Add LC_ALL=C, since
  571.     some of the tests assume the C locale.
  572.  
  573. 2000-08-16  Paul Eggert
  574.  
  575.     * src/search.c (Gcompile, Ecompile): -x overrides -w, for
  576.     consistency with fgrep.  Don't assume that sizes fit in 'int'.
  577.     Fix comments to match code.
  578.  
  579. 2000-06-06  Paul Eggert
  580.  
  581.     * src/grep.c (grepdir): Don't look at st_dev when testing for
  582.     Mingw32 bug.
  583.  
  584. 2000-06-05  Paul Eggert
  585.  
  586.     Port to Mingw32, based on suggestions from Christian Groessler
  587.     <cpg@aladdin.de>.
  588.  
  589.     * src/isdir.c: New file, taken from fileutils.
  590.  
  591.     * src/Makefile.am (base_sources): Add isdir.c.
  592.  
  593.     * src/grep.c (grepfile): Use isdir instead of doing it inline.
  594.     (grepdir): Suppress ancestor check if the directory's inode and device
  595.     are both zero, as that occurs only on Mingw32 which doesn't support
  596.     inode or device.
  597.  
  598.     * src/system.h (isdir): New decl.
  599.     (is_EISDIR): Depend on HAVE_DIR_EACCES_BUG, not D_OK.
  600.     Use isdir, not access.
  601.  
  602. 2000-06-02  Paul Eggert
  603.  
  604.     Problen noted by Gerald Stoller <gerald_stoller@hotmail.com>
  605.  
  606.     * src/grep.c (main): POSIX.2 says that -q overrides -l, which
  607.     in turn overrides the other output options.  Fix grep to
  608.     behave that way.
  609.  
  610. 2000-05-27  Paul Eggert
  611.  
  612.     Simplify and tune the buffer allocation strategy.  Do not reserve a
  613.     large save area: reserve only enough bytes to hold the residue, plus
  614.     page alignment.  Put a newline sentinel before the buffer, for speed
  615.     when searching backwards for newline.
  616.  
  617.     * src/grep.c (ubuffer, bufsalloc, PREFERRED_SAVE_FACTOR, page_alloc):
  618.     Remove.  All uses changed.
  619.     (INITIAL_BUFSIZE): New macro.
  620.     (reset, fillbuf): Use simpler buffer allocation strategy.
  621.     (reset): Check for preposterously large pagesize that would cause
  622.     later calculations to overflow.
  623.     (fillbuf): Do not resize buffer if there's room at the end for
  624.     at least one more page.  This greatly increases performance when
  625.     reading from non-regular files that contain no newlines.
  626.     When growing the buffer, double its size instead of using a
  627.     more complicated algorithm.
  628.     (prtext, grep): Speed up by relying on the newline sentinel before the
  629.     start of the buffer.
  630.     (grep): When looking backwards for the last newline in a buffer,
  631.     stop when we hit the residue, since it can't contain a newline.
  632.     This avoids an O(N**2) algorithm when reading binary data from
  633.     a pipe.  Use a sentinel to speed up the backward search for newline.
  634.     (nlscan): Undo previous change; it wasn't needed and just complicates
  635.     and slows down the code a tad.
  636.  
  637. 2000-05-24  Paul Eggert
  638.  
  639.     Handle very large input counts better. Bug noted by Jim Meyering.
  640.  
  641.     * src/grep.c (totalcc, totalnl): Use uintmax_t, not off_t.
  642.     (add_count): New function.
  643.     (nlscan, prline, grep): Use it to check line and byte count overflows.
  644.     (nlscan, grep): Don't keep track of counts when not asked to; this
  645.     avoids unnecessary overflow diagnostics.
  646.     (print_offset_sep): Now takes args of type uintmax_t and char,
  647.     not off_t and int.
  648.  
  649. 2000-05-16  Paul Eggert
  650.  
  651.     Problem reported by Bob Proulx <rwp@hprwp.fc.hp.com>, this patch
  652.     is base on his finding, with appropiate corrections.
  653.  
  654.     * src/grep.c (main): Fix bug: -x and -w matched even when no
  655.     patterns were specified.
  656.     * tests/empty.sh: Test for -x and -w bug in grep 2.4.2.
  657.  
  658. 2000-04-24  Paul Eggert
  659.  
  660.     POSIX.2 conformance fixes: grep -q now exits with status zero
  661.     if an input line is selected, even if an error also occurs.
  662.     grep -s no longer affects exit status.
  663.  
  664.     * src/grep.c (suppress_errors): Move definition earlier so
  665.     that suppressible_error can use it.
  666.     (suppressible_error): New function.
  667.     (exit_on_match): New var.
  668.     (grepbuf): If exit_on_match is nonzero, exit with status zero
  669.     immediately.
  670.     (grep, grepfile, grepdir): Invoke suppressible_error.
  671.     (main): -q sets exit_on_match.
  672.  
  673.     * doc/grep.1, doc/grep.texi, NEWS:
  674.     Document -q's behavior as required by POSIX.2.
  675.  
  676.     * tests/status.sh:
  677.     Test for -q and -s behavior as conforming to POSIX.2.
  678.  
  679. 2000-04-20  Paul Eggert
  680.  
  681.     * tests/Makefile.am (TESTS_ENVIRONMENT):
  682.     Set GREP_OPTIONS to the empty string.
  683.  
  684. 2000-04-20  Paul Eggert
  685.  
  686.     * tests/status.sh: Fix typo: test -b -> test -r.
  687.  
  688. 2000-04-20  Paul Eggert
  689.  
  690.     * src/dfa.c (lex):
  691.     Do not assume that [c] is equivalent to [c-c]; this isn't true
  692.     if LC_COLLATE specifies that some characters are equivalent.
  693.     (setbit_case_fold): New function.
  694.     (lex): Use it to simplify the code a bit.
  695.  
  696. 2000-04-17  Paul Eggert
  697.  
  698.     Do CRLF munging only if HAVE_DOS_FILE_CONTENTS, instead of
  699.     having it depend on O_BINARY (which leads to incorrect results
  700.     on BeOS, VMS, and MacOS).
  701.  
  702.     * bootstrap/Makefile.try (DEFS): Add -DHAVE_DOS_FILE_CONTENTS.
  703.     * src/system.h (SET_BINARY): Define only if HAVE_DOS_FILE_CONTENTS.
  704.     (O_BINARY): Do not define.
  705.  
  706.     * m4/dosfile.m4: Define HAVE_DOS_FILE_CONTENTS if it appears we're
  707.     using DOS.
  708.  
  709.     * src/grep.c (undossify_input, fillbuf, dosbuf.c, prline, main):
  710.     Depend on HAVE_DOS_FILE_CONTENTS, not O_BINARY, when handling CRLF
  711.     matters.
  712.     (grepfile, main): Depend on SET_BINARY, not O_BINARY, when
  713.     handling binary files on hosts that care about text versus binary.
  714.  
  715. 2000-04-17  Paul Eggert
  716.  
  717.     * lib/getpagesize.h (getpagesize): Define to B_PAGE_SIZE if
  718.     __BEOS__ is defined.  Based on a fix by Bruno Haible
  719.     <haible@clisp.cons.org>.
  720.  
  721. 2000-04-17  Bruno Haible
  722.  
  723.     * src/system.h [BeOS]: Ignore O_BINARY.
  724.     * src/getpagesize.h [BeOS]: Define getpagesize() as B_PAGE_SIZE.
  725.  
  726. 2000-04-10  Paul Eggert
  727.  
  728.     * doc/grep.1, doc/grep.texi, NEWS: -C now requires an operand.
  729.     * src/grep.c (short_options, long_options, main, usage): Likewise.
  730.     (context_length_arg): Renamed from ck_atoi.  Now reports an error
  731.     and exits if the number is out of range for a context length.
  732.     (get_nondigit_option): New function, which checks for overflow
  733.     correctly, and which does not parse nonadjacent strings of digits
  734.     into a single number.
  735.     (main): Use get_nondigit_option instead of doing the code inline.
  736.     With -A, -B, and -C, optarg is now guaranteed to be nonzero.
  737.  
  738. 2000-04-08  Paul Eggert
  739.  
  740.     Now that we know that the input is always terminated by a
  741.     newline before the matching algorithms see it, clean up the
  742.     matching algorithms so that they no longer need to modify the
  743.     input by inserting a sentinel newline, and no longer worry
  744.     about running off the end of the buffer due to a missing sentinel.
  745.  
  746.     * src/grep.c (nlscan, prpending, prtext, grepbuf): Do not
  747.     worry about running off the end of the input buffer, since
  748.     it's now guaranteed to end in the sentinel newline.
  749.     * src/search.c (EGexecute, Pexecute): Likewise.
  750.  
  751.     * src/dfa.c (prtok, dfasyntax, dfaparse, copy, merge, state_index,
  752.     epsclosure, dfaexec, dfacomp):
  753.     Change many instances of "T *" to "T const *", to catch
  754.     any inadvertent programming errors made during this conversion.
  755.     * src/dfa.h (dfacomp, dfaexec, dfaparse): Likewise.
  756.     * src/grep.c (struct stats.parent, long_options, grepdir,
  757.     compile, execute, fillbuf, lastnl, lastout, nlscan, prline,
  758.     prpending, prtext, grepbuf, grep, grepfile, grepdir): Likewise.
  759.     * src/grep.h (struct matcher.compile, struct matcher.execute):
  760.     Likewise.
  761.     * src/kwset.c (struct kwset.trans, kwsalloc, kwsincr, treefails,
  762.     treedelta, hasevery, treenext, bmexec, cwexec, kwsexec): Likewise.
  763.     * src/kwset.h (kwsalloc, kwsincr, kwsexec): Likewise.
  764.     * src/search.c (kwsmusts, Gcompile, Ecompile, EGexecute, Pcompile,
  765.     Pexecute): Likewise.
  766.  
  767.     * src/dfa.c (dfaexec):
  768.     Use size_t, not char *, to avoid worrisome casts to convert
  769.     char const * to char *.
  770.     * src/dfa.h (dfaexec): Likewise.
  771.     * src/grep.c (execute): Likewise.
  772.     * src/grep.h (execute): Likewise.
  773.     * src/kwset.c (bmexec, cwexec, kwsexec): Likewise.
  774.     * src/kwset.h (struct kwsmatch.offset, kwsalloc, kwsincr,
  775.     kwsexec): Likewise.
  776.     * src/search.c (EGexecute, Fexecute, Pexecute): Likewise.
  777.  
  778.     * src/dfa.h (_PTR_T): Depend on defined __STDC__, not __STDC__.
  779.     (PARAMS): Depend on PROTOTYPES, not __STDC__.
  780.  
  781.     * src/dfa.c (dfasyntax): Last arg is unsigned char, not int.
  782.     * src/dfa.h (dfasyntax): Likewise.
  783.  
  784.     * src/dfa.h (struct dfa): Remove member newlines; no longer needed.
  785.     * src/dfa.c (build_state, dfaexec, dfafree): Do not worry
  786.     about special newline state.
  787.  
  788.     * src/search.c (matchers): Move definition to end of file, so
  789.     that we don't need forward decls.
  790.     (lastexact): Remove.
  791.     (kwset_exact_matches): New var; subsumes old lastexact var.
  792.     All uses changed.
  793.  
  794.     * src/dfa.c (index): Remove macro.
  795.     (REALLOC_IF_NECESSARY): Skip unnecessary test.
  796.     (tstbit, setbit, clrbit): Declare arg to be unsigned, to help compiler.
  797.     (copyset, zeroset, equal): Use C builtin primitives, to help compiler.
  798.     (dfaexec): Do not modify input string.
  799.     Remove newline parameter; no longer needed.
  800.     (comsubs): Use strchr, not index.
  801.  
  802.     * src/grep.h (matchers): Use fixed name size, not pointer (as
  803.     there's no need for the extra flexibility).  All uses changed.
  804.  
  805.     * src/kwset.h (struct kwsmatch.offset): Renamed from beg, with
  806.     change of type to size_t.  All uses changed.
  807.  
  808.     * src/grep.c (reset): No longer need kludge for dfaexec.  Simplify.
  809.     (reset, grepbuf): Adjust to new interface for 'execute'.
  810.     (install_matcher): List is now terminated by null compile,
  811.     not null name.
  812.     Do not invoke setrlimit if that wouldn't change the limit.
  813.  
  814.     * src/dfa.c (xcalloc, xmalloc, xrealloc, prtok, tstbit, setbit,
  815.     clrbit, copyset, zeroset, notset, equal, charclass_index,
  816.     looking_at, lex, addtok, atom, nsubtoks, copytoks, closure,
  817.     branch, regexp, copy, insert, merge, delete, state_index,
  818.     build_state, build_state_zero, icatalloc, icpyalloc, istrstr,
  819.     ifree, freelist, enlist, comsubs, addlists, inboth):
  820.     Remove forward decls; no longer needed.
  821.     * src/grep.c (ck_atoi, usage, error, setmatcher,
  822.     install_matcher, prepend_args, prepend_default_options,
  823.     page_alloc, reset, fillbuf, grepbuf, prtext, prpending, prline,
  824.     print_offset_sep, nlscan, grep, grepfile): Likewise.
  825.     * src/kwset.c (enqueue, treefails, treedelta, hasevery,
  826.     treenext, bmexec, cwexec): Likewise.
  827.     * src/search.c (Gcompile, Ecompile, EGexecute, Fcompile, Fexecute,
  828.     Pcompile, Pexecute, kwsinit): Likewise.
  829.  
  830.     * src/search.c (Pcompile): Do not assume newly allocated
  831.     storage is zeroed.
  832.  
  833. 2000-04-06  Paul Eggert
  834.  
  835.     * doc/grep.1, doc/grep.texi, NEWS: Improve the explanation of
  836.     locale-dependent behavior of range expressions.  Mention
  837.     LC_COLLATE, since this affects range expressions.
  838.  
  839. 2000-03-26  Paul Eggert
  840.  
  841.     * Makefile.am (ACINCLUDE_INPUTS): Add decl.m4, inttypes_h.m4,
  842.     uintmax_t.m4, ulonglong.m4, xstrtoumax.m4.
  843.     * m4/Makefile.am (EXTRA_DIST): Likewise.
  844.  
  845.     * src/Makefile.am (base_sources):
  846.     Add xstrtol.c, xstrtol.h, xstrtoumax.c.
  847.     (EXTRA_DIST): Add strtol.c.
  848.  
  849.     * configure.in (jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX,
  850.     HAVE_DECL_STRTOUL, HAVE_DECL_STRTOULL): Add.
  851.     (AC_REPLACE_FUNCS): Add strtoul.
  852.  
  853.     * src/grep.c: Include xstrtol.h.
  854.     (ck_atio): Use xstrtoumax and do proper overflow checking.
  855.     (max_count, outleft): Now off_t, not int.
  856.     (main): Likewise. Use xstrtoumax to convert max_count from string.
  857.  
  858.     * acconfig.h (HAVE_DECL_STRTOUL, HAVE_DECL_STRTOULL): New #undefs.
  859.     (HAVE_STPCPY, ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
  860.     HAVE_LC_MESSAGES): Remove.
  861.  
  862.     * m4/decl.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4,
  863.     m4/xstrtoumax.m4, src/strtol.c, src/strtoul.c, src/strtoull.c,
  864.     src/strtoumax.c, src/xstrtol.c, src/xstrtol.h, src/xstrtoumax.c:
  865.     New files, taken unchanged from textutils, fileutils, sh-utils
  866.     and/or tar.
  867.  
  868. 2000-03-23  Paul Eggert
  869.  
  870.     * src/search.c (Pcompile): Add support for NUL bytes in
  871.     Perl regular expressions.
  872.  
  873. 2000-03-23  Paul Eggert
  874.  
  875.     * NEWS, doc/grep.1, doc/grep.texi: Change --pcre to --perl-regexp.
  876.     * src/grep.c (long_options, usage): Likewise.
  877.  
  878.     * doc/grep.1, doc/grep.texi: Remove pgrep program.
  879.     * src/Makefile.am (bin_PROGRAMS): Likewise.
  880.     (pgrep_SOURCES): Remove.
  881.  
  882.     * src/grep.c (main): Rename matcher from "pgrep" to "perl".
  883.     * src/search.c (matchers): Likewise.
  884.  
  885.     * src/search.c: Do not include stdio.h; no longer needed.
  886.     (NILP): Remove.
  887.     (sub): No longer static.
  888.     (n_pcre): Remove.
  889.     (cre): No longer an array.  Present only if HAVE_LIBPCRE.
  890.     (extra): New variable.
  891.     (Pcompile): Use fatal to report errors.
  892.     This also removes a possible core dump.
  893.     Add checks (marked FIXME) for restrictions in pcre.
  894.     Use pcre_maketables for proper localized behavior.
  895.     (Pcompile, Pexecute): Use GNU coding style.
  896.     The argument is a single pattern, not a list of patterns separated
  897.     by newlines; this is for consistency with grep and egrep.
  898.     Use pcre_study for speed.
  899.     (Pexecute): Abort if we lack pcre.
  900.     Abort if pcre_exec reports an impossible error.
  901.     Use code similar to the rest of search.c
  902.     to narrow down to the line we've found.
  903.  
  904. 2000-03-21  Alain Magloire
  905.  
  906.     * configure.in: added AC_CHECK_LIB(pcre, pcre_exec)
  907.     * ChangeLog: Typos corrected.
  908.     * src/search.c: new MACRO HAVE_LIBPCRE
  909.  
  910. 2000-03-21  H.Merijn Brand
  911.  
  912.     * src/Makefile.am(bin_PROGRAMS): added pgrep and new macro
  913.     pgrep_SOURCES.
  914.     * src/search.c: new functions Pcompile() and Pexecute()
  915.     to support PCRE.  Update matcher[] array for pgrep.
  916.     * src/grep.c: new short and long option --pcre and -P.
  917.     usage() updated.
  918.  
  919. 2000-03-21  Bastiaan Stougie
  920.  
  921.     Improvement of the -m or --max-count option. Now works for NUM > 1 and
  922.     prints trailing context for the last matching line.
  923.  
  924.     * src/grep.c
  925.     (after_last_match): Is a new off_t variable that replaces inputhwm
  926.     to retain the correct input offset even after a call to fillbuf. Note
  927.     that after_last_match has a different meaning than inputhwm:
  928.     it always points to the offset in the input of the first byte after
  929.     the last matching line, and is 0 if no matching line has been found
  930.     yet.
  931.     (grep): Print trailing context after the NUMth match when the -m NUM
  932.     option is used.
  933.     (grep): Added comment. Should have been commented already.
  934.     (grepbuf): Now updates outleft correctly. This fixes the bug that the
  935.     -m NUM option did not stop after NUM lines for NUM greater than 1.
  936.     (grepbuf, prtext): Now update after_last_match instead of inputhwm.
  937.     (fillbuf): No longer updates inputhwm.
  938.     (prpending): When outputting trailing context of the max_count-th
  939.         matching line, stop at the first matching line.
  940.     (grepfile): Seek to after_last_match or eof, depending on the values
  941.         of outleft and bufmapped.
  942.     (usage): added the -m or --max-count option to the help message.
  943.     * doc/grep.texi, doc/grep.1: Document the change of the -m option.
  944.  
  945. 2000-03-17  Paul Eggert
  946.  
  947.     Add new -m or --max-count option, based on a suggestion by
  948.     Bastiaan Stougie.
  949.  
  950.     * doc/grep.texi, doc/grep.1: Document it.
  951.     * src/grep.c (short_options, long_options, main): Add it.
  952.     (inputhwm): New variable.
  953.     (fillbuf, prtext, grepbuf): Set it.
  954.     (bufmapped): Now a macro (defined to zero) if HAVE_MMAP is not defined.
  955.     (max_count, outleft): New variables.
  956.     (prtext, grepbuf, grep): Don't output more than outleft lines.
  957.     (grepfile): If grepping standard input, seek to the limit of what
  958.     we've read before exiting.  This fixes a bug with mmapped input,
  959.     and is needed for proper -m support.
  960.     (main): Exit immediately if -m 0 is specified.
  961.  
  962. 2000-03-08  Alain Magloire
  963.  
  964.     * configure.in: version 2.4.2
  965.  
  966. 2000-03-07  Paul Eggert
  967.  
  968.     * Make intl subdirectory match fileutils, tar, etc.;
  969.     see intl/ChangeLog for details.
  970.  
  971.     * src/getpagesize.h: Reformat to match latest fileutils.
  972.  
  973.     * src/savedir.c (savedir): Work even if directory size is
  974.     negative; this can happen with some NFS screwups.
  975.  
  976. 2000-03-03  Jim Meyering
  977.  
  978.     * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
  979.  
  980. 2000-03-02  Alain Magloire
  981.  
  982.     * 2.4.1 Release
  983.  
  984. 2000-02-25  Paul Eggert
  985.  
  986.     * configure.in (LIBOBJS): Work around automake 1.4 bug:
  987.     regex.c wasn't being passed through ansi2knr on pre-ANSI hosts.
  988.     (ac_use_included_regex): Fix typo in warning.
  989.     * src/Makefile.am (EXTRA_DIST): Remove regex.c, as the LIBOBJS
  990.     workaround means that automake now puts regex.c into DIST_COMMON.
  991.  
  992. 2000-02-25  Alain Magloire
  993.  
  994.     * po/*.po: update of the PO files.
  995.  
  996. 2000-02-22  Eli Zaretskii
  997.  
  998.     * doc/grep.1:  Two small glitches(typos).
  999.  
  1000. 2000-02-18  Eli Zaretskii
  1001.  
  1002.     * djgpp/config.site (prefix, INSTALL): Use /dev/env/DJDIR instead
  1003.     of ${DJDIR}, so that the produced Makefile's work on any DJGPP
  1004.     installation.
  1005.  
  1006. 2000-01-30 Alain Magloire
  1007.  
  1008.     * doc/grep.1:  corrected typo.
  1009.     Noted by Ruslan Ermilov.
  1010.  
  1011. 2000-01-30 Alain Magloire
  1012.  
  1013.     * vms/Makefile.am: added config_vms.h to EXTRA_DIST.
  1014.     * vms/config_vms.h: New File, contains macros specific to VMS and
  1015.     avoid namespace collision with operating system supplied C library.
  1016.     * vms/make.com: Better compiler auto-detection; information for builds
  1017.     on pre-OpenVMS 7.x systems; general overhaul.
  1018.     * src/getpagesize.h: Reinstate support for different pagesizes on
  1019.     VAX and Alpha. Work around problem with DEC C compiler.
  1020.     * src/vms_fab.c: Cast to some assigments; fixed typo argcp vs. argp.
  1021.     * src/vms_fab.h: Added new include files to avoid warnings about
  1022.     undefined function prototypes.
  1023.     Those patches were provided by Martin P.J. Zinser (zinser@decus.de).
  1024.  
  1025. 2000-01-30  Paul Eggert
  1026.  
  1027.         * src/grep.c (main): Update copyright notice.
  1028.  
  1029. 2000-01-28  Alain Magloire
  1030.  
  1031.     * src/grep.c (usage):  The example "%s -i 'hello.*world' could
  1032.     lead to confusion when progname is 'fgrep.
  1033.     Noted by Akim Demaille.
  1034.  
  1035.     * configure.in: Reenable, jm_INCLUDE_REGEX() since we now
  1036.     track GNU lib C.
  1037.     * src/Makefile.am: EXTRA_DIST new macros with regex.c regex.h.
  1038.     Requested By Ulrich Drepper.
  1039.  
  1040. 2000-01-25  Paul Eggert
  1041.  
  1042.     * src/grep.c (grep): If the final byte of an input file is not
  1043.     a newline, grep now silently supplies one.
  1044.     * doc/grep.texi, NEWS: Likewise.
  1045.  
  1046. 2000-01-25  Paul Eggert
  1047.  
  1048.     * NEWS, doc/grep.1, doc/grep.texi: Add -I option.
  1049.     * src/grep.c (short_options, usage, main): Likewise.
  1050.  
  1051.     * doc/grep.texi: Fix some incorrect references to ASCII.
  1052.  
  1053. 2000-01-25  Paul Eggert
  1054.  
  1055.     * doc/grep.1: Simplify synopsis; sort options; mention
  1056.     environment variables; clean up some minor gaffes.
  1057.  
  1058. 2000-01-25  Paul Eggert
  1059.  
  1060.     * doc/grep.texi:
  1061.     Fix some errors in description of [:print:] and the like.
  1062.  
  1063. 2000-01-23  Paul Eggert
  1064.  
  1065.     * src/dfa.c (FETCH, lex): Put brackets around if-body to avoid
  1066.     GCC warning about ambiguous if-then-else.
  1067.  
  1068. 2000-01-23  Paul Eggert
  1069.  
  1070.     * src/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.
  1071.     * src/dfa.c (ISASCIIDIGIT): New macro.
  1072.     (lex): Use it instead of ISDIGIT.
  1073.  
  1074. 2000-01-23  Paul Eggert
  1075.  
  1076.     The bug is that regular expression ranges like [a-z] compare raw
  1077.     byte codes to the range boundaries, whereas POSIX says that they
  1078.     should use the current collating sequence instead.  For example,
  1079.     in Solaris 7 with LC_ALL=en_US, the command
  1080.     echo x | grep '[ -~]'
  1081.     outputs 'x', but it shouldn't output anything since ' ' and '~'
  1082.     sort before all letters in that locale.
  1083.  
  1084.     * src/regex.c (compile_range): When matching a character
  1085.     range, use the current collating sequence, as POSIX requires.
  1086.     * src/dfa.c (lex): Likewise.
  1087.  
  1088. 2000-01-20  Alain Magloire
  1089.  
  1090.     * tests/Makefile.am (dist-hook): Added new rule to make sure
  1091.     that the shell scripts have the right permissions.
  1092.     * src/posix/Makefile.am (EXTRA_DIST): added regex.h in the
  1093.     distribution.
  1094.     * THANKS: updated.
  1095.  
  1096. 2000-01-18  Alain Magloire
  1097.  
  1098.     * Rectification the initial patch to add --binary-file option
  1099.     was done by Ruslan Ermilov.
  1100.  
  1101. 2000-01-17  Paul Eggert
  1102.  
  1103.     Sync with sources of fileutils 4.0n, tar 1.13.17, glibc 2.1.3a1.
  1104.     Convert to ANSI C prototypes (using ansi2knr for backwards
  1105.     compatibility), as this makes it easier to sync.
  1106.  
  1107.     * configure.in (AC_OBJEXT): Spell in a funny way, to work around
  1108.     a bug in automake 1.4 with ansi2knr.
  1109.     (LIBOBJS): Add assignment so that .o files in LIBOBJS are also built
  1110.     via the ANSI2KNR-filtering rules.
  1111.     (AC_OUTPUT): Add src/posix/Makefile.
  1112.     * src/Makefile.am (AUTOMAKE_OPTIONS): Add ansi2knr.
  1113.     (SUBDIRS): New macro.
  1114.     * src/ansi2knr.1, src/ansi2knr.c, src/posix/Makefile.am: New files.
  1115.     * src/dfa.c, src/dosbuf.c, src/grep.c, src/kwset.c, src/search.c,
  1116.     src/vms_fab.c:
  1117.     Use prototypes for function definitions.
  1118.     * src/grep.c (main): Use int counter for default context,
  1119.     fixing an ANSI portability bug uncovered by the above changes.
  1120.  
  1121.     * config.guess, config.sub, install-sh, missing, src/alloca.c,
  1122.     src/getpagesize.h, src/memchr.c, src/savedir.c, src/savedir.h,
  1123.     src/stpcpy.c:
  1124.     Upgrade to latest version from fileutils 4.0n.
  1125.  
  1126.     * src/getopt.c, src/getopt.h, src/getopt1.c: Upgrade to latest
  1127.     version from tar 1.13.17.
  1128.  
  1129.     * src/obstack.c, src/obstack.h, src/regex.c, src/regex.h:
  1130.     Upgrade to glibc 2.1.3 alpha 1, with K&R C portability fix.
  1131.     * src/posix/regex.h: New file, from glibc 2.1.3 alpha 1.
  1132.  
  1133. 2000-01-04  Paul Eggert
  1134.  
  1135.     Initial patch by Ruslan Ermilov.
  1136.  
  1137.     Add --binary-files option.
  1138.     * NEWS, doc/grep.1, doc/grep.texi: Document it.
  1139.     * src/grep.c (BINARY_FILES_OPTION): New constant.
  1140.     (long_options, grep, usage, main): New --binary-files option.
  1141.     (binary_files): New var.
  1142.     * src/system.h (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, CHAR_MAX):
  1143.     New macros.
  1144.     (INT_MAX, UCHAR_MAX): Define in terms of TYPE_MAXIMUM.
  1145.  
  1146. 2000-01-04  Paul Eggert
  1147.  
  1148.     * savedir.c (savedir): Don't store past the end of an array if
  1149.     name_size is zero and the directory is empty.
  1150.     Reported by Dima Barsky <dima@pwd.hp.com>.
  1151.  
  1152. 1999-12-03  Alain Magloire
  1153.  
  1154.     * 2.4 Release.
  1155.  
  1156. 1999-11-18  Paul Eggert
  1157.  
  1158.     * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
  1159.     problem with the QNX 4.25 shell, which doesn't propagate exit
  1160.     status of failed commands inside shell assignments.
  1161.  
  1162. 1999-11-13  Eli Zaretskii
  1163.  
  1164.     * doc/grep.texi: Minor markup and spelling corrections.  Use
  1165.     @noindent where appropriate.
  1166.  
  1167.     * PATCHES-{AM,AC}: rename to PATCHES.{AM,AC}
  1168.  
  1169. 1999-11-12  Eli Zaretskii
  1170.  
  1171.     doc/grep.texi: Minor fixes and typos corrected.
  1172.     djgpp/README: Updated version.
  1173.  
  1174. 1999-11-07  Paul Eggert
  1175.  
  1176.     * src/grep.c (usage): Fix misspelling.
  1177.  
  1178. 1999-11-07  Paul Eggert
  1179.  
  1180.     Don't assume that the C library has re_set_syntax and friends.
  1181.     * src/Makefile.am (base_sources): Add regex.c, regex.h.
  1182.     (EXTRA_DIST): Remove regex.c, regex.h.
  1183.  
  1184.     * src/grep.c (prtext): Use out_quiet, not not_text, to decide
  1185.     whether to set pending to zero at the end.
  1186.     (not_text): Remove static variable, undoing latest change.
  1187.     (grep): Likewise.
  1188.  
  1189.     * doc/grep.texi: Tighten up the text, and fix some minor
  1190.     spelling and usage errors.  Use @enumerate rather than @table
  1191.     @samp, since it's better for Q&A format.  Add cross
  1192.     references.
  1193.  
  1194. 1999-11-01 Alain Magloire
  1195.  
  1196.     * src/search.c: Use the more portable [[:alnum:]]
  1197.     to define a word instead of Ascii dependent [0-9A-Za-z]
  1198.     * src/grep.c: make not_text global to not display text when
  1199.     the context switches -A/-B/-C are use on binary files.
  1200.     * make grep-2.3g available for testing.
  1201.     * configure.in: drop support for --without-included-regex.
  1202.     This was generating bogus bug reports, since many GNU/Linux
  1203.     users have different version of glibc.  And glibc maintainers
  1204.     decided to drop k&r support.
  1205.  
  1206. 1999-11-01 Arnold D. Robbins
  1207.  
  1208.     * regex.c (init_syntax_once): move below definition of
  1209.     ISALNUM etc., then use ISALNUM to init the table, so that
  1210.     the word ops will work if i18n'ed.
  1211.     (SYNTAX): And subscript with 0xFF for Latin-1 characters.
  1212.  
  1213. 1999-10-26  Alain Magloire
  1214.  
  1215.     * src/regex.c: Merge changes from GNU lib C.
  1216.     * Updated the *.po files
  1217.  
  1218. 1999-10-26  Paul Eggert
  1219.  
  1220.     * src/grep.c (fillbuf): Don't report buffer size overflow if
  1221.     newalloc == save and maxalloc == save.  This can happen
  1222.     e.g. when reading a large page-aligned file that contains
  1223.     no newlines.
  1224.  
  1225. 1999-10-21  Paul Eggert
  1226.  
  1227.     * src/grep.c (usage): Give example.  Clarify -F.
  1228.     Explain exit status more clearly.
  1229.  
  1230. 1999-10-12  Paul Eggert
  1231.  
  1232.     * doc/grep.texi: Shorten the commentary about egrep and {.
  1233.     "BSD grep" -> "traditional grep".
  1234.     * doc/grep.1: Match recent changes to grep.texi.
  1235.  
  1236. 1999-10-11  Paul Eggert
  1237.  
  1238.     * NEWS, doc/grep.1, doc/grep.texi: New option --mmap.
  1239.     * src/grep.c (mmap_option): New variable.
  1240.     (long_options, reset, usage): Add --mmap.
  1241.     Default is now read, not mmap.
  1242.  
  1243.     * doc/grep.1: Document -Z or --null.
  1244.  
  1245. 1999-10-11  Paul Eggert
  1246.  
  1247.     * doc/grep.texi: Fix texinfo glitches.  POSIX -> POSIX.2 where
  1248.     appropriate.
  1249.  
  1250. 1999-10-11  Paul Eggert
  1251.  
  1252.     * acconfig.h (ssize_t): New #undef.
  1253.  
  1254.     * configure.in (AC_CHECK_TYPE): Add ssize_t.
  1255.  
  1256.     * src/grep.c (PREFERRED_SAVE_FACTOR): New macro.
  1257.     (reset): If the buffer has already been allocated, set bufsalloc to
  1258.     be bufalloc / PREFERRED_SAVE_FACTOR.  This avoids problems when
  1259.     bufsalloc == bufalloc (possible after reading a large binary file).
  1260.     (reset): Use PREFERRED_SAVE_FACTOR instead of magic constant.
  1261.     Do not set bufbeg; nobody uses it.
  1262.     Always set buflim.
  1263.     Check for lseek error.
  1264.     Use SEEK_CUR, not a magic constant.
  1265.     (fillbuf): Return an error indication, not a count.
  1266.     All callers changed.
  1267.     Do not assume ssize_t fits in int.
  1268.     Use PREFERRED_SAVE_FACTOR instead of magic constant.
  1269.     Clean up mmap code.
  1270.     Do not attempt to mmap zero bytes.
  1271.     Check for lseek error.
  1272.     Use SEEK_SET, not a magic constant.
  1273.     Work correctly if read is interrupted.
  1274.     (grepfile): Work correctly if open or close is interrupted.
  1275.  
  1276.     * src/system.h (SEEK_SET, SEEK_CUR): New macros.
  1277.  
  1278. 1999-10-02 Alain Magloire
  1279.  
  1280.     * src/regex.[ch]: upgrade from GNU lib C source tree.
  1281.  
  1282.     * make beta 2.3f available.
  1283.  
  1284. 1999-10-02  Paul Eggert
  1285.  
  1286.     * NEWS: egrep is now equivalent to `grep -E'.
  1287.     The lower bound of an interval is not optional.
  1288.     You can specify a matcher multiple types without error.
  1289.     -u and -U are now allowed on non-DOS hosts, and have no effect.
  1290.     * doc/grep.texi: Likewise.
  1291.     * doc/grep.1: Likewise.
  1292.     Fix some troff bugs that prevented `groff' from rendering the page.
  1293.  
  1294.     * src/egrepmat.c, src/fgrepmat.c, src/grepmat.c (default_matcher):
  1295.     Remove.
  1296.     (matcher): Add.
  1297.     * src/grep.h (default_matcher): Remove.
  1298.     (matcher): Now exported from ?grepmat.c, not grep.c.
  1299.  
  1300.     * src/dfa.c (lex): If { would start an invalid interval specification,
  1301.         treat it as a normal character.
  1302.         Remove (broken) support for {,M} meaning {0,M}.
  1303.         Diagnose bogus intervals like {1,0}.
  1304.         (closure): maxrep is now -1 to indicate no limit, not zero;
  1305.         zero is a valid value for maxrep, meaning an upper bound of zero.
  1306.  
  1307.     * src/grep.c (short_options): New constant.
  1308.     (long_options, main): -u and -U are now supported on Unix,
  1309.     with no effect.
  1310.     (matcher): Removed; now defined by ?grepmat.c.
  1311.     (install_matcher): Renamed from setmatcher.
  1312.     (setmatcher): New function.
  1313.     (usage): Report new, more uniform option scheme.
  1314.     (main): Do not initialize matcher; ?grepmat.c now does this.
  1315.     Rely on setmatcher to catch matcher conflicts.
  1316.     Default matcher is "grep".
  1317.  
  1318.     * src/search.c (matchers):
  1319.     Remove "posix-egrep" matcher; no longer needed.
  1320.     (Ecompile): Likewise.
  1321.     The egrep matcher now has POSIX behavior.
  1322.  
  1323.     * tests/bre.tests: grep '\{' is no longer an error.
  1324.     Fix test for interval too large, and enable it.
  1325.     * tests/ere.tests: grep -E {1 is no longer an error
  1326.     Likewise for a{1, a{1a, a{1a}, a{1,x}.
  1327.  
  1328. 1999-09-22  Paul Eggert
  1329.  
  1330.     * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
  1331.     2.95.1 bug with HP-UX 10.20.
  1332.  
  1333. 1999-09-12  Paul Eggert
  1334.  
  1335.     * src/grep.c (fillbuf): Fix typo: we sometimes reported
  1336.     arithmetic overflow even when there wasn't any.
  1337.  
  1338. 1999-09-12  Paul Eggert
  1339.  
  1340.     * configure.in (AC_CHECK_FUNCS): Add memmove.
  1341.  
  1342.     * src/system.h (S_ISREG): New macro.
  1343.     (memmove): Define if ! defined HAVE_MEMMOVE && ! defined memmove,
  1344.     not if !defined STDC_HEADERS.  This is needed for SunOS 4.1.4,
  1345.     which defines STDC_HEADERS but lacks memmove.
  1346.  
  1347.     * src/grep.c (bufoffset): Needed even if !defined HAVE_MMAP.
  1348.     (reset): Always fstat the file, since we always need its size if it is
  1349.     regular.
  1350.     Similarly, get the buffer offset of every regular file.
  1351.     Set bufmapped to 0 if the file's initial offset is not a multiple
  1352.     of the page size.
  1353.     (fillbuf): Calculate an upper bound on how much memory we should
  1354.     allocate only for regular files, since we don't know the sizes of
  1355.     other files.
  1356.     Don't bother to check whether the file offset is a multiple of the page
  1357.     size, since we now do that just once in `reset'.
  1358.     When an mmapped area would fall past the end of the file, trim it to
  1359.     just before instead of giving up immediately and doing a `read';
  1360.     that avoids a worst-case behavior that could read half an mmapped file.
  1361.     Fix bug when computing offsets on hosts that don't have mmap.
  1362.  
  1363. 1999-08-27  Paul Eggert
  1364.  
  1365.     * src/system.h (memmove): New macro.
  1366.  
  1367.     * src/grep.c (page_alloc): Reallocate the old buffer instead
  1368.     of having both old and new buffers active simultaneously.
  1369.     Remove valloc debugging variant, which no longer applies.
  1370.  
  1371.     (fillbuf): Rejigger the buffer allocation mechanism.  The old
  1372.     mechanism could allocate more than 10*N bytes for an N-byte
  1373.     file, which was excessive.  Check for arithmetic overflow a
  1374.     bit more carefully.
  1375.  
  1376. 1999-08-25  Paul Eggert
  1377.  
  1378.     * src/grep.c (grepdir):
  1379.     Don't assume that st_ino and st_dev must be integers;
  1380.     POSIX.1 allows them to be floating-point (!).
  1381.  
  1382.     * src/vms_fab.h (arr_ptr): `:' -> `;' to fix typo.
  1383.  
  1384. 1999-08-18  Alain Magloire
  1385.  
  1386.     * 2.3e snapshot.
  1387.  
  1388. 1999-08-18  Alain Magloire
  1389.  
  1390.     * src/search.c: On a CRAY J90 system running UNICOS 8.0.
  1391.     Compilation of ./src/search.c failed because the declaration of
  1392.     the variable "regex":
  1393.       static struct re_pattern_buffer regex;
  1394.     conflicted with a previous declaration search.c #includes "system.h",
  1395.     which #includes <stdlib.h>, which declares :
  1396.         extern char *regex __((char *_Re, char *_Subject, ...));
  1397.     The declaration in search.c is local to that one source file.
  1398.     I just changed its name to something less likely to conflict.
  1399.     (I called it "regexbuf", but you could pick any name you want.)
  1400.     Excerpt email from Dean Kopesky.
  1401.  
  1402. 1999-08-16  Paul Eggert
  1403.  
  1404.     Upgrade large-file support to the version used in tar and
  1405.     textutils.
  1406.  
  1407.     * Makefile.am (ACLOCAL_AMFLAGS): Define to be empty.
  1408.     (M4DIR, ACINCLUDE_INPUTS): New macros.
  1409.     ($(srcdir)/acinclude.m4): New rule.
  1410.  
  1411.     * configure.in (AC_CANONICAL_HOST, AM_C_PROTOTYPES): Add.
  1412.     (AC_SYS_LARGEFILE): Renamed from AC_LFS, for compatibility
  1413.     with what should appear in the next autoconf release.
  1414.  
  1415.     * m4/largefile.m4: Renamed from m4/lfs.m4.
  1416.  
  1417.     * src/ansi2knr.1, src/ansi2knr.c, config.guess, config.sub:
  1418.     New files.  config.guess and config.sub ar needed by the new
  1419.     AC_SYS_LARGEFILE.  ansi2knr is needed by AM_C_PROTOTYPES,
  1420.     which in turn is needed by the new AC_SYS_LARGEFILE.
  1421.  
  1422. 1999-08-16  Alain Magloire
  1423.  
  1424.     * 2.3d snapshot on ftp server.
  1425.  
  1426. 1999-07-26  Paul Eggert
  1427.  
  1428. Several GNU tools have options to process arbitrary file names, even
  1429. file names that contain newline characters.  These include `find
  1430. -print0', `perl -0', `sort -z', and `xargs -0'.  It'd be handy if GNU
  1431. grep also processed such file names.  Here's a proposed patch to do
  1432. this, relative to grep 2.3c.  This patch introduces two options, one
  1433. for the data, and one for the file names.  (Sometimes one wants
  1434. null-terminated file names in the output, and sometimes one wants to
  1435. process lists of null-terminated strings, and these are orthogonal
  1436. axes.)
  1437.  
  1438.         * NEWS, doc/grep.texi: New -z or --null-data and -Z or --null options.
  1439.         * src/grep.c (long_options, usage, main): Likewise.
  1440.  
  1441.         * src/dfa.h (dfasyntax): New eol parameter.
  1442.         * src/dfa.c (eolbyte): New var.
  1443.         (dfasyntax): Set it from new parameter.
  1444.         (lex, dfastat, build_state, dfaexec): Use it instead of '\n'.
  1445.  
  1446.         * src/grep.h (eolbyte): New decl.
  1447.         * src/grep.c (eolbyte): New var.
  1448.         (nlscan, prpending, prtext, grepbuf, grep): Use it instead of '\n'.
  1449.         (filename_mask): New var.
  1450.         (prline, grepfile): Output NUL separator if filename_mask is zero.
  1451.         (grep): Look for '\200' as the hallmark of a binary file, not '\0',
  1452.         if -z or --null-data is specified, since it implies that '\0' is
  1453.         expected as text.
  1454.  
  1455.         * src/search.c (Gcompile, Ecompile): Pass eolbyte to dfasyntax.
  1456.         (EGexecute, Fexecute): Use eolbyte instead of '\n'.
  1457.  
  1458. 1999-06-15 Alain Magloire
  1459.  
  1460.     * src/grep.c, doc/grep{1,texi} :
  1461.     --revert-match should be --invert-match.
  1462.     Correction proposed by Karl Berry.
  1463.  
  1464. 1999-06-12 Alain Magloire
  1465.  
  1466.     * doc/grep.{1,texi}: add description for --with-filename.
  1467.     Noted missing by UEBAYASHI Masao.
  1468.  
  1469. 1999-03-17 Paul Eggert
  1470.  
  1471.     * NEWS: Add GREP_OPTIONS.
  1472.  
  1473.     * doc/grep.texi: Document GREP_OPTIONS, and the other
  1474.     environment variables.  Fix doc for [:blank:], [:cntrl:], [:punct:].
  1475.  
  1476.     * src/grep.c (prepend_args, prepend_default_options): New functions.
  1477.     (main): Use them to implement GREP_OPTIONS.
  1478.     * src/system.h (getenv): New decl.
  1479.  
  1480. 1999-03-16 Volker Borchert
  1481.  
  1482.     * configure.in: Use case case ... esac for  checking Visual C++.
  1483.     When ${CC} contains options it was not recognize.
  1484.  
  1485. 1999-03-07 Paul Eggert
  1486.  
  1487.     * src/grep.c (usage): Don't report -E, -F, and -G unless we're grep.
  1488.     (main): Don't match options -E, -F, and -G unless we're grep.
  1489.     Remove after-the-fact check for options -E, -F, and -G, since
  1490.     they're no longer needed.
  1491.  
  1492. 1999-03-05  Eli Zaretskii
  1493.  
  1494.     * src/grep.c (main): Print the name of the default matcher instead
  1495.     of just "grep".
  1496.  
  1497. 1999-02-06 Alain Magloire
  1498.  
  1499.     * tests/*.awk : Linux users are seeing "Broken Pipe" on make check.
  1500.     The problem is that grep does not drain its stdin, thus the previous
  1501.     process in the pipeline receives a SIGPIPE.  Other shells are silent
  1502.     about this.  There is actually no failure, since the broken pipe is
  1503.     expected.  You can work around it by changing the pipeline, so that
  1504.     the input is drained, like this:
  1505.     status=`echo 'check' | { ${GREP} -E -e pattern >/dev/null 2>&1;
  1506.     echo $?; cat >/dev/null; }`; if test $status -ne $errnu then ... fi
  1507.     Excerpt email from Andreas Schwab.
  1508.  
  1509. 1999-02-23 Alain Magloire
  1510.  
  1511.     * src/grep.c : Restrict the use of -E, -F, -G
  1512.     to only grep driver, Posix behaviour. {f,e}grep
  1513.     the matcher is already set. This change may brake
  1514.     scripts, warn in NEWS.
  1515.  
  1516.     * doc/grep.{1,texi} : -C takes arguments, upgrade manual.
  1517.  
  1518.     * beta 2.3a
  1519.  
  1520. 1999-02-23 Alain Magloire
  1521.  
  1522.     * configure.in : Change the configure VC test from
  1523.     'test x$ac_cv_prog_CC = xcl;' to 'test x"$ac_cv_prog_CC" = xcl;'
  1524.     Email from Joshua R. Poulson.
  1525.  
  1526. 1999-02-23 Paul Eggert
  1527.  
  1528.     Fix porting bug reported by Amakawa Shuhei for SunOS 4.1.4-JL.
  1529.     The btowc.c shipped with grep 2.3 is incorrect for Solaris
  1530.     2.5.1 and earlier, as it assumes UTF8, which these OSes do not
  1531.     support.  Solaris 7 supports btowc, so there's no need to ship
  1532.     a substitute for it.  The only questionable case is Solaris
  1533.     2.6, which lacks btowc but does support UTF8.  However, 2.6
  1534.     supports UTF8 but only as a demonstration (for an English
  1535.     locale!); Japanese Solaris 2.6 users typically use EUC, or
  1536.     sometimes shift-JIS, but they cannot use UTF8 since Japanese
  1537.     UTF8 is not supported.  Hence there's no point to having grep
  1538.     substitute a btowc that uses UTF8, as it is either redundant,
  1539.     or it will almost invariably have incorrect behavior.
  1540.  
  1541.     * configure.in (AC_CHECK_HEADERS): Don't set USE_WCHAR.
  1542.     (AC_CHECK_FUNCS): Add btowc, wctype.
  1543.     (AC_REPLACE_FUNCS): Don't replace btowc; our replacement is
  1544.     invariably doing the wrong thing anyway, at least on SunOS/Solaris.
  1545.     Don't bother to check for wctype in -lw, as we don't support
  1546.     wide characters on Solaris 2.5.1 or earlier anyway.
  1547.  
  1548.     * bootstrap/Makefile.try (OBJS): Remove btowc.$(OBJEXT).
  1549.  
  1550.     * src/btowc.c: Removed; no longer needed.
  1551.  
  1552. 1999-02-19  Paul Eggert
  1553.  
  1554.     * NEWS: Fix typo when talking about the old behavior of
  1555.     silently skipping directories; it was grep 2.1, not grep 2.2.
  1556.  
  1557. 1999-02-15 Alain Magloire
  1558.  
  1559.     * bootstrap/Makefile.try : add DJGPP DEFS.
  1560.     Done by Elie Zaretsckii.
  1561.  
  1562. 1999-02-14 Alain Magloire
  1563.  
  1564.     * m4/gettext.m4 : Guard [] with changequote.
  1565.     From Elie Zaretskii.
  1566.  
  1567.     * djgpp/config.bat : Makefile.in.in --> Makefile.in-in
  1568.     From Elie Zaretskii.
  1569.  
  1570.     * src/dosbuf: k&r function parameter.
  1571.  
  1572.     * release of 2.3.
  1573.  
  1574. 1999-02-10 Alain Magloire
  1575.  
  1576.     * bootstrap/{Makefile{try,am},REAMDE} : skeleton
  1577.     provided for system lacking the tools to autoconfigure.
  1578.  
  1579.     * src/{e,f,}grepmat.c: added guard [HAVE_CONFIG_H]
  1580.  
  1581. 1999-02-10 Alain Magloire
  1582.  
  1583.     * PATCHES-AC, PATCHES-AM: updated.
  1584.  
  1585.     * m4/regex.m4 : updated.
  1586.  
  1587. 1999-02-05 Eli Zaretskii
  1588.  
  1589.     * m4/gettext.m4 : Support DOS-style D:/foo/bar absolute file
  1590.     names.
  1591.  
  1592.     * aclocal.m4 (DJGPP) : Use $DJ_GPP instead, since changing the
  1593.     latter prevents GCC from finding headers and libraries.
  1594.  
  1595.     * djgpp/config.bat: Make building from another directory work
  1596.  
  1597.     * djgpp/config.sed: Remove redundant command wich edited path
  1598.     separator: now done by configure.
  1599.  
  1600.     * src/grep.c [O_BINARY]: Add prototype for undossify_input.
  1601.  
  1602.     * doc/grep.texi (Introduction): Typo fixed.
  1603.  
  1604. 1999-02-03 Alain Magloire
  1605.  
  1606.     * grep-2.2f beta release.
  1607.  
  1608. 1999-02-02 Alain Magloire
  1609.  
  1610.     * m4/{djgpp,envsep,glibc,regex,dosfile,isc-posix}.m4 :
  1611.     New files to aid configuration and unload configure.in.
  1612.     * m4/Makefile.am : updated.
  1613.     * src/btowc.c : protect for wchar.h
  1614.  
  1615. 1999-01-28 Alain Magloire
  1616.  
  1617.     * intl/Makefile.in: Replace .o with .${ac_objext} where necessary.
  1618.     Work around a limitation of Visual C++ on Cygwin32.
  1619.     * acconfig.h configure.in: Define `alloca' as `_alloca' when CC=cl.
  1620.     This little hack was suggested by Ian Roxborough <irox@cygnus.com>.
  1621.     Patch forwarded by Ben Elliston.
  1622.  
  1623. 1999-01-28 Alain Magloire
  1624.  
  1625.     * PATCHES-AM: New file. A small patch for automake-1.4, use $(sep)
  1626.     as the path separator base on @SEP@.
  1627.     * PATCHES-AC configure.in : updated for autoconf-13.
  1628.  
  1629. 1999-01-27 Volker Borchert
  1630.  
  1631.     * grep.c: fgrep -NUM not working correctly.
  1632.     add the argument number to digit_args_val.
  1633.  
  1634. 1999-01-22 Paul Eggert
  1635.  
  1636.     Prevent grep -r from recursing infinitely through directory loops via
  1637.     symbolic links.
  1638.  
  1639.     * grep.c (struct stats): New type.
  1640.     (stats_base): New var.
  1641.     (bufstat): Remove; subsumed by stats->stat.
  1642.     (reset, fillbuf, grep, grepdir, grepfile): Pass struct stats * arg,
  1643.     for directory loop checking; use this instead of the bufstat global.
  1644.     All callers changed.
  1645.     (grepfile): Stat the file before invoking grepdir.
  1646.     (grepdir): Assume that the argument has already been statted.
  1647.     No longer a need for a directory size argument, since it
  1648.     can be gotten from the struct stats * argument.
  1649.     Check for directory loops.
  1650.     Create linked list of directories currently being visited,
  1651.     to detect loops.
  1652.  
  1653. 1998-12-29 Kaveh R. Ghazi
  1654.  
  1655.     intl/localealias.c: When building grep-2.2e using cc on Irix4,
  1656.     I needed the following patch to intl/localealias.c.
  1657.     (Its the same patch used by fileutils-4.0.) The patch resolves
  1658.     conflicts between char* and unsigned char* in the i18n code.
  1659.  
  1660. 1998-12-10 Alain Magloire
  1661.  
  1662.     * src/grep.c : Typo in contex -->context
  1663.     Noted by  Vladimir Michl.
  1664.  
  1665. 1998-12-01  Alain Magloire
  1666.  
  1667.     * doc/Makefile.am djgpp/Makefile.am m4/Makefile.am vms/Makefile.am:
  1668.     New files.
  1669.  
  1670.     * m4/progtest.m4: proctect '[]' from m4.
  1671.     Noted by Eli Z.
  1672.  
  1673.     * PATCHES-AC: New file, add the patch for autoconf in the dist.
  1674.  
  1675.     * acconfig.h: (HAVE_DOS_FILENAME)
  1676.  
  1677.     * TODO: updated.
  1678.  
  1679.     * src/search.c: remove obsolete 'gegrep,ggrep,gnugrep'
  1680.     matchers. grep no longer depend on argv[0].
  1681.  
  1682.     * grep-2.2e beta to test DJGPP port.
  1683.  
  1684. 1998-11-28  Paul Eggert
  1685.  
  1686.     Various portability enhancements:
  1687.     - Don't assume that O_BINARY implies DOS.  Use separate
  1688.     macros D_OK (for DOS-like directory access) and
  1689.     HAVE_DOS_FILE_NAMES (for DOS-like file names).
  1690.     - Don't assume that off_t fits into long; it doesn't on Solaris 2.6.
  1691.     - Have is_EISDIR set errno properly on hosts with screwed-up EISDIR.
  1692.     - Treat ':' specially in DOS file names only if it's the end of a
  1693.     drive specifier.
  1694.     - Protect against errno < 0.
  1695.  
  1696.     * src/grep.c (is_EISDIR): Move defn to system.h.
  1697.     (print_offset_sep): New function.
  1698.     (fillbuf): Remove redundant test of O_BINARY.
  1699.     (totalcc, totalnl): Now of type off_t.
  1700.     (prline): Use print_offset_sep to print file offsets.
  1701.     (grepfile): Don't set e to EISDIR; that's is_EISDIR's responsibility
  1702.     on machines that don't work properly with EISDIR.
  1703.     (grepdir): Don't assume ':' means slash on all DOS filenames;
  1704.     it means it only in the file prefix.
  1705.  
  1706.     * src/system.h (strerror): Check for negative error numbers.
  1707.     (is_EISDIR): Depend on D_OK, not O_BINARY.
  1708.     (SET_BINARY): Depend on HAVE_SETMODE, not __DJGPP__.
  1709.     (IS_SLASH, FILESYSTEM_PREFIX_LEN): Depend on HAVE_DOS_FILE_NAMES,
  1710.     not O_BINARY.
  1711.     (CHAR_BIT): New macro.
  1712.  
  1713.     * src/dosbuf.c (struct dos_map):
  1714.     pos and add members are now of type off_t.
  1715.     (dos_stripped_crs): Now of type off_t.
  1716.     (dossified_pos): Now accepts arg and returns value of type off_t.
  1717.  
  1718.     * configure.in (AC_CHECK_FUNCS): Add setmode.
  1719.     (HAVE_DOS_FILENAMES): New macro
  1720.  
  1721. 1998-11-27  Eli Zaretskii
  1722.  
  1723.     * djgpp/config.sed: New file, a Sed script to edit configure
  1724.     script before running it on DOS/Windows.
  1725.     * djgpp/config.bat: Updated to handle po2tbl.sed.in and
  1726.     po/Makefile.in.in on DOS filesystems, and to run config.sed.
  1727.  
  1728. 1998-11-24  Jim Meyering
  1729.  
  1730.     * src/grep.c : Typo s/infalid/invalid/
  1731.     Also noted by Stanislav Brabec.
  1732.  
  1733. 1998-11-24  Eli Zaretskii
  1734.  
  1735.     * doc/grep.texi: I found and corrected several typos.
  1736.     I believe the GNU standards require the section that describes the
  1737.     options to the programs to be called ``Invoking'' or ``Invoking
  1738.     <program-name>''.  This is so users and programs can easily find
  1739.     that node in any Info file.  So I changed the name of the
  1740.     `Options' chapter to `Invoking', and corrected the
  1741.     cross-references accordingly.
  1742.     I added some markup to things like file names and options.
  1743.     I added some additional index entries where that seemed useful.
  1744.     I also corrected some index entries, such as "@cindex [:alnum:]",
  1745.     which used a colon in them (the colons confuse Info readers).
  1746.  
  1747. 1998-11-24  Alain Magloire
  1748.  
  1749.     * grep/doc/grep.texi : -h is not use for help.
  1750.     Nit spotted by Jim Meyering.
  1751.  
  1752. 1998-11-23  Alain Magloire
  1753.  
  1754.     * doc: New directory, grep.1, {e,f}grep.man move here
  1755.     * doc/grep.texi: New info manual
  1756.     * doc/version.texi: New
  1757.     * doc/Makefile.am: New
  1758.     * tests/{ere,bre}.*: New files. The spencer2 test is split
  1759.     in two ere/bre.
  1760.     * config.hin: New, config.h.in rename to config.hin for OS
  1761.     with limited file system aka DOS.
  1762.  
  1763.     * grep-2.2d release for beta.
  1764.  
  1765. 1998-11-18  Alain Magloire
  1766.  
  1767.     * src/regex.[ch] : Updated from GLibc, previous patches were
  1768.     integrate by Ulrich Drepper and some added ones.
  1769.  
  1770. 1998-11-16  Paul Eggert
  1771.  
  1772.     * grep.h (__attribute__): New macro, if not GCC.
  1773.     (fatal): Add __attribute__((noreturn)).
  1774.     * grep.c (usage): Add __attribute__((noreturn)).
  1775.  
  1776. 1998-11-16  Paul Eggert
  1777.  
  1778.     Remove memory leak with valloced buffers, by invoking malloc instead.
  1779.  
  1780.     * configure.in (AC_CHECK_FUNCS), src/system.h (valloc): Remove.
  1781.     * src/grep.c (page_alloc): New function.
  1782.     (ubuffer, pagesize): New vars.
  1783.     (ALIGN_TO): New macro.
  1784.     (reset): Initialize new vars.  Check for overflow in buffer size calc.
  1785.     Use page_alloc instead of valloc.
  1786.     (fillbuf): Likewise.  Use memcpy to copy saved area.
  1787.  
  1788. 1998-11-15  Paul Eggert
  1789.  
  1790.     * dfa.c (dfacomp), search.c (EGexecute): Don't assume char is unsigned.
  1791.  
  1792. 1998-11-14  Paul Eggert
  1793.  
  1794.     * src/grep.c (grepdir): Fix bug: memory freed twice.
  1795.  
  1796.     * src/search.c (Gcompile, Ecompile): Don't invoke dfainit,
  1797.     since dfacomp does it for us, and if we also do it then we
  1798.     leak memory.
  1799.  
  1800. 1998-11-13  Eli Zaretskii
  1801.  
  1802.     * djgpp/config.bat: Rewrite to run the configure script via Bash.
  1803.     * djgpp/config.site, djgpp/getconf: New files.
  1804.     * djgpp/config.h, djgpp/*.mak, djgpp/po2tbl.sed: Remove.
  1805.     * djgpp/README: Update instructions.
  1806.  
  1807.     * Makefile.am (EXTRA_DIST): Update the list of DJGPP files.
  1808.  
  1809.     * src/system.h (IS_SLASH): New macro.
  1810.     (is_EISDIR): Define it here for DOS and Windows.
  1811.  
  1812.     * src/grep.c (main) [O_BINARY]: Set stdout to binary mode, so the
  1813.     EOL formats of the input and output files match, unless stdout is
  1814.     the console device.
  1815.     (is_EISDIR): Don't define if already defined.  Accept a second
  1816.     argument, the file name; all callers changed.
  1817.     (grepdir): Don't free `file', inside the loop.  Use IS_SLASH to
  1818.     check whether `dir' needs a slash.
  1819.     (grepfile): If file is a directory, set e to EISDIR.
  1820.  
  1821. 1998-11-10  Alain Magloire
  1822.  
  1823.     * src/vms_fab.{c,h}: New file for VMS wildcard expansion
  1824.     Written by Phillip C. Brisco.
  1825.  
  1826.     * vms/make.com : add line to compile vms_fab.c and
  1827.     {e,f,}grepmat.c with link for each grep/fgrep/egrep.
  1828.     Base on patch send by Phillib C. Brisco.
  1829.  
  1830. 1998-11-09  Alain Magloire
  1831.  
  1832.     * grep-2.2c on alpha for testing.
  1833.  
  1834. 1998-11-09  Paul Eggert
  1835.  
  1836.     * src/grep.1: Fix `Last Change' of output by generating the date
  1837.     from the RCS Id.
  1838.  
  1839.     * src/grep.c (is_EISDIR): New macro.
  1840.     (grep): If -s, suppress errors from trying to read directories.
  1841.     (grepfile): Use is_EISDIR to simplify code.
  1842.     (grepdir): If -s, suppress errors from trying to read directories.
  1843.  
  1844.     * src/grep.1: Fix -q -r -s problems; describe BSD grep better.
  1845.  
  1846.     * src/grep.c (main): Update copyright.
  1847.  
  1848.     Specify default matcher with default_matcher extern var, not
  1849.     DEFAULT_MATCHER macro.  This is more straightforward and means
  1850.     we need to compile grep.c just once.
  1851.  
  1852.     * src/egrepmat.c, src/fgrepmat.c, src/grepmat.c: New files.
  1853.  
  1854.     * src/Makefile.am (base_sources): New macro.
  1855.     (egrep_SOURCES, fgrep_SOURCES, grep_SOURCES): Now consist of
  1856.     $(base_sources) plus the single tailoring file.
  1857.     (grep_LDADD, egrep_LDADD, fgrep_LDADD): Remove.
  1858.     (EXTRA_DIST): Remove grep.c, regex.c.
  1859.     (fgrep.o, egrep.o): Remove.
  1860.  
  1861.     * src/grep.h (matcher): Now char const *.
  1862.     (default_matcher): New decl.
  1863.  
  1864.     * src/grep.c (matcher): Now char const *.
  1865.     (setmatcher): Now accepts char const *.
  1866.     (main): Default the matcher from default_matcher (linked externally)
  1867.     rather than DEFAULT_MATCHER (a macro).
  1868.  
  1869. 1998-11-08 Alain Magloire
  1870.  
  1871.     * src/grep.1: `prep.ai.mit.edu' should be replaced with `gnu.org'.
  1872.     Nit from Paul Eggert.
  1873.  
  1874. 1998-11-06 Alain Magloire
  1875.  
  1876.     * src/grep.c: The Matcher is not set to argv[0] but
  1877.     explicitly by a #define MATCHER at compile time default is "grep".
  1878.  
  1879.     * aclocal/: NEW dir. provides our own *.m4
  1880.  
  1881.     * configure.in: Move Paul's Large Files to AC_LFS.(aclocal/lfs.m4)
  1882.     Taken from Jim Meyering fileutils.
  1883.  
  1884. 1998-11-05 Alain Magloire
  1885.  
  1886.     * src/grep.1: update the man pages according to the
  1887.     changes make by Miles.
  1888.  
  1889.     * po/*.po: updated.
  1890.  
  1891.     * first beta release for 2.3 (2.2a).
  1892.  
  1893. 1998-11-04 Miles Bader
  1894.  
  1895.     * src/grep.c (main): Rationalize interaction of -C/-NUM/-A/-B
  1896.     options, and allow -C to have an optional argument. -NUM can
  1897.     now be mixed with -C, and -A, -B always take precedence over
  1898.     -C/-NUM, regardless of order.
  1899.     (long_options): Let -C/--context take an optional argument.
  1900.  
  1901. 1998-11-03 Alain Magloire
  1902.  
  1903.     * src/dfa.c: HP-UX define clrbit/setbit as macros in <sys/param.h>
  1904.     #undef if defined.
  1905.     Fixed by Andreas Ley and Philippe Defert.
  1906.  
  1907.     * src/grep.1 : mention that -s follows POSIX.2 behavior.
  1908.     Noted by Paul Eggert and others.
  1909.  
  1910.     * tests/khadafy.sh: a typo in failure(s).
  1911.     Spotted By Sotiris Vassilopoulos.
  1912.  
  1913. 1998-11-01  Paul Eggert
  1914.  
  1915.     * src/system.h (IN_CTYPE_DOMAIN): New macro.
  1916.     (ISALPHA, ISUPPER, ISLOWER, ISDIGIT, ISXDIGIT, ISSPACE,
  1917.     ISPUNCT, ISALNUM, ISPRINT, ISGRAPH, ISCNTRL): Use
  1918.     IN_CTYPE_DOMAIN instead of isascii.
  1919.  
  1920. 1998-08-18  Paul Eggert
  1921.  
  1922.     Add support for new -r or --recursive (or -d recurse or
  1923.     --directories=recurse) option.
  1924.  
  1925.     * src/Makefile.am (grep_SOURCES): Add savedir.c, savedir.h, stpcpy.c.
  1926.  
  1927.     * src/grep.1: Describe new options.
  1928.  
  1929.     * src/grep.c: Include "savedir.h".
  1930.     (long_options): Add -r or --recursive.
  1931.     (RECURSE_DIRECTORIES): New enum value.
  1932.     (IS_DIRECTORY_ERRNO): Remove.
  1933.     (reset, grep): Add file name arg.
  1934.     (grepdir, grepfile): New functions.
  1935.     (initial_bufoffset): New var.
  1936.     (reset): Initialize it.
  1937.     (fillbuf): Use it.
  1938.     (count_matches, list_files, no_filenames, suppress_errors): New static
  1939.     vars; formerly were local to `main'.
  1940.     (grep): Recurse through directories if the user asks for this.
  1941.     (usage, main): Add new options.
  1942.     (main): Change some local vars to be static, as described above.
  1943.     Move most of the guts into grepfile function.
  1944.     so that it can be recursed through.
  1945.  
  1946.     * configure.in (AC_HEADER_DIRENT, AC_FUNC_CLOSEDIR_VOID): Add.
  1947.     (AC_REPLACE_FUNCS): Add stpcpy.
  1948.  
  1949.     * src/savedir.c, src/savedir.h, src/stpcpy.c: New files;
  1950.     taken from fileutils 3.16u.
  1951.  
  1952. 1998-08-11  Paul Eggert
  1953.  
  1954.     * src/system.h (initialize_main): New macro.
  1955.     * src/grep.c (main): Invoke initialize_main first thing.
  1956.  
  1957. 1998-04-29  Paul Eggert
  1958.  
  1959.     * NEWS, src/grep.1: Describe new -a and -d options.
  1960.  
  1961.     * src/grep.c (long_options, usage, main):
  1962.     New options -d or --directories and -a or --text.
  1963.     (directories, always_text): New variables.
  1964.     (IS_DIRECTORY_ERRNO): New macro.
  1965.     (reset): Now returns value specifying whether to skip this file.
  1966.     Stat the file if either mmap or directory-skipping is possible.
  1967.     Skip the file if it's a directory and we're skipping directories.
  1968.     (grep): Skip the file if `reset' tells us to.
  1969.     (main): If open fails because the file is a directory, and if we're
  1970.     skipping directories, don't report an error.
  1971.     Remove special case for DOS and Windows.
  1972.  
  1973.     * src/dosbuf.c (guess_type): Use the same method for guessing whether a
  1974.     file is binary as grep.c's grep does.
  1975.     There's no longer any need to declare `bp' to be unsigned.
  1976.  
  1977. 1998-04-26 Alain Magloire
  1978.  
  1979.     * grep-2.2 release.
  1980.  
  1981.     * src/dfa.c: Wrong revision was pulled out
  1982.     for beta 2.1.1d.
  1983.     * src/search.c: Wrong revision was pulled out
  1984.     for beta 2.1.1d.
  1985.  
  1986.     * src/grep.c: ck_atoi () added instead of atoi ().
  1987.     Suggestion from Jim Meyering.
  1988.     ck_atoi () pulled from diffutils-2.7, maintained by Paul Eggert.
  1989.  
  1990.     * AUTHORS: Rephrase of some sentences.
  1991.     * README:  Rewording.
  1992.     Noted and patched by Joel N. Weber II.
  1993.  
  1994. 1998-04-17 Kaveh R. Ghazi
  1995.  
  1996.     * src/dfa.h: Don't define `const', trust autoconf to handle it.
  1997.  
  1998. 1998-04-16 Alain Magloire
  1999.  
  2000.     * tests/{status,empty}.sh: wrong return status.
  2001.  
  2002.     * src/grep.c: Remove the REGEX part in usage (), it was
  2003.     consider overkill by most.
  2004.  
  2005. 1998-04-14  Eli Zaretskii
  2006.  
  2007.     * djgpp/config.bat: Support file names with multiple dots on all
  2008.     platforms.
  2009.  
  2010.     * djgpp/README: Add instructions about file names illegal on
  2011.     MS-DOS.
  2012.  
  2013. 1998-04-13 Alain Magloire
  2014.  
  2015.     * src/dfa.c: by "popular" demand reverse
  2016.     back to '_' not word-constituent.
  2017.  
  2018.     * grep-2.1.1c available for testing.
  2019.  
  2020. 1998-04-13  Karl Heuer
  2021.  
  2022.     * src/grep.c: (a) The directory check is done too early:
  2023.     logically, if the argument is "-", then it refers to standard
  2024.     input, regardless of whether there's something in the file
  2025.     system answering to "-".
  2026.     (b) The sh command "grep -l root /etc/passwd /etc/group 0<&-"
  2027.     prints "(standard input)" instead of "/etc/passwd", because it
  2028.     mistakenly believes that a named file will never be opened on fd
  2029.     0.  The string "(standard input)" should be based on the file
  2030.     having been originally specified as "-", rather than making
  2031.     assumptions about the fd.
  2032.     (c) the code that calls close(fd) is being done outside of the
  2033.     test for a bad fd.  Thus, if the open failed, this code will
  2034.     attempt to close(-1).  It should be done inside the "fd != -1"
  2035.     branch.
  2036.     This patch addresses all three of these problems.
  2037.  
  2038. 1998-04-13 Alain Magloire
  2039.  
  2040.     * configure.in: remove the deprecated AC_ISC_POSIX macro.
  2041.     Spotted by Karl Heuer.
  2042.  
  2043. 1998-04-03  Eli Zaretskii
  2044.  
  2045.     * djgpp/main.mak, djgpp/src.mak, djgpp/tests.mak: Updated from the
  2046.     relevant Makefile.in files.
  2047.  
  2048.     * djgpp/config.bat: Create files in intl directory like the
  2049.     configure script does.
  2050.  
  2051. 1998-03-28  Eli Zaretskii
  2052.  
  2053.     * djgpp/main.mak, djgpp/src.mak, djgpp/tests.mak: Updated to track
  2054.     changes in respective Makefile.in files.
  2055.  
  2056.     * src/dosbuf.c (guess_type): Avoid running off the end of the
  2057.     buffer.  Spotted by Paul Eggert.
  2058.  
  2059. 1998-03-27  Alain Magloire
  2060.  
  2061.     * grep-2.1.1b.tar.gz available.
  2062.  
  2063.     * src/regex.c: CLASS_CHAR_MAX set to 256 instead of 6
  2064.     when WCTYPE and WCHAR are not defined. When class names
  2065.     where bigger then 6, it will not detect an error.
  2066.     example '[[:alphabet:]]'.
  2067.  
  2068.     * Updated the copyright of the files with emacs.
  2069.     With emacs Jim :).
  2070.  
  2071. 1998-03-26 Jim Meyering
  2072.  
  2073.     * src/dfa.c (IS_WORD_CONSTITUENT): Define.
  2074.     (lex): Use IS_WORD_CONSTITUENT, not ISALNUM.
  2075.     Don't special-case '_'.
  2076.     (dfastate): Use IS_WORD_CONSTITUENT, not ISALNUM.
  2077.     (dfaexec): Likewise.
  2078.  
  2079. 1998-03-25  Alain Magloire
  2080.  
  2081.     * tests/warning.sh: typos and replace the echos with
  2082.     a simple cat.
  2083.     Noted By Jim Meyering.
  2084.  
  2085.     * src/regex.c: #undef ISASCII and ISPRINT before defining
  2086.     them(On Solaris it was define).
  2087.     Pattern 'a[[:]:]]b' is an invalid char class and the error
  2088.     from regex was 1(REG_NOMATCH) instead of 2 (REG_ECTYPE).
  2089.     Fix with help from Ulrich Drepper.
  2090.  
  2091.     * src/grep.c (usage): Ulrich wrote: "A single printf should
  2092.     not have more than 900 bytes. For translation reasons the
  2093.     text shouldn't be split in too many pieces since this is
  2094.     tiresome and also does not help to generate a consistent picture."
  2095.     Noted by Ulrich Drepper.
  2096.     * src/grep.c (usage): Dig out and old patch from
  2097.     Franc,ois to explain the regex in usage().
  2098.     Ideas from Franc,ois Pinard.
  2099.  
  2100. 1998-03-23 Alain Magloire
  2101.  
  2102.     * testing: grep-2.1.1a for testing.
  2103.  
  2104.     * configure.in: Solaris needs '-lw' if we use wchar/wctype
  2105.     functions.
  2106.     * src/btowc.c: New file from GNU libc. Solaris 2.5 don't
  2107.     have it define.
  2108.     * configure.in : check for btowc ().
  2109.  
  2110.     * regex.c: Include <wchar.h> before <wctype.h>, to work around
  2111.     a Solaris 2.5 bug.
  2112.     Patch provided by Paul Eggert.
  2113.  
  2114.     * tests/status.sh: new file to check return status code.
  2115.     * tests/empty.sh: new file to check for empty pattern.
  2116.     * tests/warning.sh: new file to tell where to report errors.
  2117.  
  2118.     * configure.in: If available, prefer support for large files
  2119.     unless the user specified one of the CPPFLAGS, LDFLAGS, or LIBS
  2120.     variables.
  2121.     Done by Paul Eggert.
  2122.  
  2123.     * src/grep.c (usage): change prep.ai.mit.edu for gnu.org.
  2124.  
  2125. 1998-03-18 Alain Magloire
  2126.  
  2127.     * src/grep.c (usage): Formating the --help message a bit off.
  2128.     Noted by William Bader.
  2129.  
  2130.     * src/grep.c (main): When checking conflicting matcher for option -E the
  2131.     matcher was to "egrep" instead of "posix-egrep".
  2132.     Reported by kwzh@gnu.org.
  2133.  
  2134.     * src/grep.c: Typos and rewording the --help message.
  2135.     Reported by Karl Heuer.
  2136.  
  2137.     * src/grep.1: The man page wording :
  2138.       A regular expression matching a single character may be
  2139.       followed by one of several repetition operators:
  2140.     is unclear since 'x(yz)*z' is a valid regex.
  2141.     Remove the "matching a single character".
  2142.     Suggested by Harald Hanche-Olsen.
  2143.  
  2144.     * src/grep.c (main): `-f /dev/null' now specifies no patterns
  2145.     and therfore matches nothing.
  2146.     Reported by Jorge Stolfi.
  2147.     Patched by Paul Eggert.
  2148.  
  2149. 1998-03-10 Alain Magloire
  2150.  
  2151.     * Ice storm 98(el nino). Lost grep repository disk,
  2152.     and my $HOME directory, etc ..
  2153.     Trying to get the emails/patch from dejanews.com
  2154.     and start from grep-2.1.
  2155.     sigh ....
  2156.  
  2157. 1997-11-01 Alain Magloire
  2158.  
  2159.     * src/grep.c: For the long options, the problems are:
  2160.     --file appears in the option table as 'no_argument'
  2161.     instead of 'required_argument'.
  2162.     --files-with-matches is missing from the option table.
  2163.     The help lists '--fixed-strings' as the long option for -F,
  2164.     the table has '--fixed-regexp'.
  2165.     --regexp appears in the option table as 'no_argument'
  2166.     instead of 'required_argument'.
  2167.     --with-filename is missing from the option table.
  2168.     Reported by Grant McDorman and Krishna Sethuraman.
  2169.  
  2170. 1997-10-19 Alain Magloire
  2171.  
  2172.     * src/grep.c: the option "with-filename was not in the arg table.
  2173.     Corrected by Jim Hand.
  2174.  
  2175.     * GNU gettext library from gettext-0.10.32.
  2176.  
  2177.     * src/grep.c: reverse back to greping directories,
  2178.     One could skip the error message by defining
  2179.     SKIP_DIR_ERROR. There is no clear way of doing
  2180.     things, I hope to setle this on the next majore release
  2181.     Thanks Paul Eggert, Eli Zaretskii and gnits for the
  2182.     exchange.
  2183.  
  2184.     * tests/status.sh: add this check to make sure
  2185.     That the return status code is ok.
  2186.  
  2187. 1997-10-10 Andreas Schwab
  2188.  
  2189.     * src/grep.1: Fix formatting.
  2190.  
  2191.     * configure.in: Check for wctype.h, wchar.h, libintl.h and
  2192.     isascii, which are needed for regex.c.
  2193.  
  2194. 1997-10-01 Paul Eggert
  2195.  
  2196.     * src/grep.c (fillbuf): Don't warn about mmap failures.
  2197.  
  2198. 1997-09-7 Alain Magloire
  2199.  
  2200.     * src/grep.c: added code for -H --with-filename.
  2201.  
  2202.     * djgpp/*: patch wrongly apply
  2203.     duplication of text in djgpp/{README,config.h}.
  2204.     Filter djgpp/config.bat with unix2dos.
  2205.  
  2206.     * djgpp/make.mak: beautify
  2207.     From Eli Zaretskii.
  2208.  
  2209.     * grep-2.1 release.
  2210.  
  2211. 1997-09-01 Alain Magloire
  2212.  
  2213.     * grep-2.0f out for testing.
  2214.  
  2215.     * update to GNU gettext library from gettext-0.10.31
  2216.  
  2217.     * grep.c : have a nicer format for --version.
  2218.     Noted by Ulrich Drepper.
  2219.  
  2220.     * obstack.[ch]: updated from GNU C library
  2221.     * configure.in: look for stdlib.h [HAVE_STDLIB_H]
  2222.     Comments from Ulrich Drepper.
  2223.  
  2224. 1997-08-25 Philippe De Muyter  <phdm@info.ucl.ac.be>
  2225.  
  2226.     * src/dfa.c (sys/types.h): File included unconditionnaly.
  2227.  
  2228. 1997-08-16  Eli Zaretskii  <eliz@is.elta.co.il>
  2229.  
  2230.     * grep.c (long_options) [O_BINARY]: Add DOS-specific options.
  2231.     (fillbuf) [O_BINARY]: For DOS-style text files, strip CR
  2232.     characters at end of line.
  2233.     (prline) [O_BINARY]: Report correct byte offsets, even though CR
  2234.     characters were stripped when reading the file.
  2235.     (usage) [O_BINARY]: Add DOS-specific options.
  2236.     (setmatcher) [HAVE_SETRLIMIT]: Set re_max_failures so that the
  2237.     matcher won't ever overflow the stack.
  2238.     (main) [__MSDOS__, _WIN32]: Handle backslashes and drive letters
  2239.     in argv[0], remove the .exe suffix, and downcase the prgram name.
  2240.     [O_BINARY]: Pass additional DOS-specific options to getopt_long
  2241.     and handle them.  Call stat before attempting to open the file, in
  2242.     case it is a directory (DOS will fail the open call for
  2243.     directories).  Switch the input descriptor to binary mode, unless
  2244.     it is a terminal device.
  2245.  
  2246.     * system.h [O_BINARY]: Define macros to switch a handle to binary
  2247.     mode, so binary files could be grep'ed on MS-DOS and MS-Windows.
  2248.     [HAVE_SETLOCALE]: Test for HAVE_SETLOCALE instead of
  2249.     HAVE_LC_MESSAGES, to prevent compilation error in grep.c on
  2250.     systems which don't define HAVE_LC_MESSAGES, but have setlocale.
  2251.  
  2252.     * dosbuf.c: New file, functions specific for MS-DOS/MS-Windows.
  2253.     (guess_type, undossify_input, dossified_pos): New functions.
  2254.  
  2255.     * djgpp/config.h, djgpp/config.bat, djgpp/main.mak, djgpp/src.mak,
  2256.     djgpp/po.mak, djgpp/intl.mak, djgpp/tests.mak, djgpp/po2tbl.sed:
  2257.     New files, for building Grep with DJGPP tools for MS-DOS and
  2258.     MS-Windows.
  2259.  
  2260.     * grep.1: Document DOS-specific switches.
  2261.  
  2262. 1997-08-08 Alain Magloire
  2263.  
  2264.     * grep-2.0e: available for testing
  2265.  
  2266.     * grep.c: change LC_MESSAGE to LC_ALL for (LC_CTYPE).
  2267.     Suggested by Jochen Hein.
  2268.  
  2269.     * ABOUT-NLS: updated.
  2270.     * grep.c: --version: more verbosity (COPYRIGHT).
  2271.     * grep.c: --help: PATTERN, FILE instead of <pattern>, <file>.
  2272.     * INSTALL.grep: not necessary removed.
  2273.     * configure.in: --disable-regex rename --without-include-regex.
  2274.     * THANKS: format: first row name, second email.
  2275.     * ChangeLog: format ISO 8601.
  2276.     Reported by Franc,ois Pinard.
  2277.  
  2278.     * grep.c: move dcl of struct stat st into "else" where it's used.
  2279.     Reported by Jim Meyering.
  2280.  
  2281.     * grep.c: totalnl should be %u in printf.
  2282.     Reported by Michael Aichlmay
  2283.     Corrected with guidance from Ulrich Drepper
  2284.  
  2285. 1997-07-24 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2286.  
  2287.     * Makefile.am: corrected an error when installing {f,e}grep.1.
  2288.     From Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
  2289.     From Ulrich Drepper <drepper@cygnus.com>.
  2290.  
  2291.     * Many files: use PARAMS instead of __STDC__ for prototypes.
  2292.     From Jim Meyering <meyering@eng.ascend.com>.
  2293.     Patch provided by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
  2294.  
  2295.     * dfa.[ch]: uses the one in gawk-3.0.3 with the patch from
  2296.     Arnold (see Changelog: July 12 1997)
  2297.  
  2298.     * grep.1: a note to say -l, -L, -q stop on first match.
  2299.     Noted by Andrew Beattie <gaffer@tug.com>.
  2300.  
  2301.     * grep.c: refuse to scan if the file is a directory.
  2302.     This was causing problems on SUNs. If the directory contains
  2303.     a file that could match the pattern, garbage was display.
  2304.  
  2305.     * tests directory: added new set of tests from Henry Spencer
  2306.     regex package. Change the way the tests were done to be more
  2307.     conformant to automake.
  2308.  
  2309.     * configure.in: added --disable-regex for folks with their own fuctions.
  2310.  
  2311.     * grep-20d : available for testing
  2312.  
  2313. 1997-07-18 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2314.  
  2315.     * grep-2.0c: available for testing
  2316.  
  2317. 1997-07-17 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2318.  
  2319.     * src/grep.c: Cause grep to fail if `fclose (stdout)' fails.
  2320.     From Jim Meyering <meyering@eng.ascend.com>.
  2321.  
  2322.     * grep.c:usage() more consistency in the --help.
  2323.  
  2324.     * egrep, fgrep were links This is in violation of GNU standards:
  2325.     "Please don't make the behavior of a utility depend on the name used
  2326.     to invoke it.  It is useful sometimes to make a link to a utility with
  2327.     a different name, and that should not change what it does."
  2328.     For now egrep and fgrep will be copies of grep. A better scheme
  2329.     should be found later.
  2330.     After discussion with Tom Tromey <tromey@cygnus.com>.
  2331.  
  2332.     * fgrep.man and egrep.man included: They are stubs that call grep.1.
  2333.     * Makefile.am: modified to install {f,e,}grep[,.1].
  2334.  
  2335.     * speed hack for -l, -L: bail out on first match.
  2336.     From Scott Weikart <scott@igc.apc.org>.
  2337.  
  2338.     * *.[ch]: provided prototypes for strict argument checking
  2339.     With the help of Stewart Levin <stew@sep.stanford.edu>.
  2340.  
  2341. 1997-07-16 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2342.  
  2343.     * configure.in: typo in the creation of po/Makefile
  2344.     Noted by Volker Borchert bt@teknon.de.
  2345.  
  2346.     * grep-2.0b: make it available for testing.
  2347.  
  2348. 1997-07-15 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2349.  
  2350.     * src/grep.c usage(): cut the --help in smaller printf()'s
  2351.     Noted by Ulrich Drepper <drepper@cygnus.com>.
  2352.  
  2353. 1997-07-14 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2354.  
  2355.     * grep-2.0a: make an alpha available for testing.
  2356.  
  2357. 1997-07-12 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2358.  
  2359.     * run gettextize: added the po directory filled with *.po files.
  2360.  
  2361.     * check.sh, scriptgen.awk: fix grep paths.
  2362.  
  2363.     * change the directory strucure: grep is now in src to comply with
  2364.     gettext.m4.
  2365.  
  2366.     * grep.c version.c [VERSION]: got rid of version.c,
  2367.     it is now define via config.h.
  2368.  
  2369.     * dfa.c: patch to speed up initialization.
  2370.     Arnold Robbins (arnold@gnu.ai.mit.edu).
  2371.  
  2372. 1997-07-09 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2373.  
  2374.     * *.c [HAVE_CONFIG_H]: Macro defined.
  2375.  
  2376.     * support for I18N in Makefile.am and configure.in.
  2377.  
  2378.     * update all the string to use gettext(I18N).
  2379.     Help from Franc,ois Pinard previous patch <pinard@IRO.UMontreal.CA>.
  2380.  
  2381. 1997-07-04 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2382.  
  2383.     * obstack.[ch]: updated from glibc.
  2384.     Work of Ulrich Drepper <drepper@cygnus.com>.
  2385.  
  2386.     * regex.[ch]: updated from glibc.
  2387.     Work of Ulrich Drepper <drepper@cygnus.com>.
  2388.  
  2389.     * grep.c: for option -e not counting '\n' for new keys.
  2390.     From Mark Waite <markw@mddmew.fc.hp.com>.
  2391.  
  2392.     * grep.c: for option -f allocating the right count.
  2393.     From Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>.
  2394.     Mike Heartel (mike@cs.uoregon.edu).
  2395.  
  2396.     * kwset.c (bmexec): Cast tp[-2] to unsigned char before comparing.
  2397.     From Jim Meyering <meyering@asic.sc.ti.com>.
  2398.  
  2399.     * grep.1: various typos.
  2400.     From Keith Bostic <bostic@bsdi.com>.
  2401.     Mike Heartel (mike@cs.uoregon.edu).
  2402.  
  2403. 1997-06-17 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2404.  
  2405.     * grep.c: support for long options.
  2406.     patch done by Franc,ois Pinard <pinard@IRO.UMontreal.CA>.
  2407.  
  2408.     * add getopt1.c in Makefile.am.
  2409.     Noted by Franc,ois Pinard <pinard@IRO.UMontreal.CA>
  2410.  
  2411.     * replace getopt.[ch] and add getopt1.c.
  2412.  
  2413.     * kwset.c: undef malloc before define it.
  2414.     Franc,ois Pinard <pinard@IRO.UMontreal.CA>.
  2415.  
  2416. 1997-06-07 Alain Magloire <alainm@rcsm.ee.mcgill.ca>
  2417.  
  2418.     * grep.c: format incorrect in
  2419.     fprintf("%s: warning: %s: %s...", filename, strerror(errno)).
  2420.     Mike Heartel (mike@cs.uoregon.edu).
  2421.  
  2422. 1996-11-19  David J MacKenzie  <djm@catapult.va.pubnix.com>
  2423.  
  2424.     * make.com: Set the logical SYS. From rdb@cocamrd.oz.au (Rodney Brown).
  2425.  
  2426.     * grep.c (S_ISREG): Define if not defined already, for e.g.
  2427.     SunOS 4.0.3.
  2428.  
  2429.     * dfa.c (test_bit, set_bit, clear_bit): Renamed from tstbit,
  2430.     setbit, clrbit to avoid conflict with HP-UX sys/param.h macros.
  2431.  
  2432.     * memchr.c: New file, from GNU libc.
  2433.     * grep.c (memchr): Remove definition.
  2434.     * configure.in: Use AC_REPLACE_FUNCS for memchr.
  2435.  
  2436.     * configure.in: Remove unused checks for memalign and unsigned char.
  2437.     * grep.c: HAVE_WORKING_MMAP -> HAVE_MMAP.
  2438.  
  2439.     * system.h: New file.
  2440.     * dfa.c, kwset.c, grep.c, search.c: Use it instead of duplicating
  2441.     portability boilerplate.
  2442.  
  2443.     * grep.c: Include sys/types.h once, instead of three times
  2444.     conditionally.
  2445.     * dfa.c, kwset.c, search.c: Include sys/types.h unconditionally,
  2446.     to always try to get size_t (needed on some old SysV's).
  2447.  
  2448.     * dfa.c: Define strchr in terms of index, not the other way around.
  2449.     * search.c: Use memcpy instead of bcopy.
  2450.  
  2451. 1996-11-15  David J MacKenzie  <djm@catapult.va.pubnix.com>
  2452.  
  2453.     * Many files: Update FSF address.
  2454.     Update configuration to use autoconf v2 and automake.
  2455.  
  2456. 1993-05-22  Mike Haertel  <mike@cs.uoregon.edu>
  2457.  
  2458.     * Version 2.0 released.
  2459.